Skip to content

Commit ea56fc6

Browse files
authored
Update setup.py
1 parent 154ff83 commit ea56fc6

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
@@ -10,7 +10,7 @@
1010

1111
version = subprocess.check_output(
1212
["git", "describe", "--abbrev=0", "--tags", "--always"]
13-
).decode("utf-8").strip() + ".dev" + datetime.datetime.now().strftime("%Y-%m-%d-%H-%M-%S")
13+
).decode("utf-8").strip() + ".dev" + datetime.datetime.now().strftime("%Y%m%d%H%M%S")
1414

1515
setup(
1616
name="django-import-export-celery",

0 commit comments

Comments
 (0)