We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7254de2 commit f514eafCopy full SHA for f514eaf
setup.py
@@ -9,7 +9,7 @@
9
license="MIT",
10
use_scm_version={
11
"write_to": "minio_storage/version.py",
12
- "write_to_template": '__version__ = "{version}"',
+ "write_to_template": '__version__ = "{version}"\n',
13
"tag_regex": r"^v(?P<prefix>v)?(?P<version>[^\+]+)(?P<suffix>.*)?$",
14
},
15
description="Django file storage using the minio python client",
0 commit comments