Skip to content

Commit 069da81

Browse files
committed
follow up on #191. It turns out that the timestamp does need month and day value to function. When crossref does not provide those values the function fails. The fix is to add precision to the script for month and year and in those case where the month and/or the day values are missing the middle values are provided. ie. middle of the year July 2nd and middle of the month the 15th
1 parent 3b59042 commit 069da81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from setuptools import setup, find_packages
22

3-
VERSION = "0.9.24"
3+
VERSION = "0.9.25"
44

55
setup(
66
name='wikidataintegrator',

0 commit comments

Comments
 (0)