We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 755f7d6 commit f7fb3b8Copy full SHA for f7fb3b8
CHANGES.txt
@@ -1,3 +1,7 @@
1
+Version 4.1.0.16
2
+2019-09-17
3
+- [#96] Fix problem when installing from Python 2.7
4
+
5
Version 4.1.0.15
6
2019-09-06
7
- Update project requirements
setup.cfg
@@ -1,2 +1,11 @@
+[bumpversion]
+current_version = 4.1.0.15
+parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+).(?P<release>\d+)
+serialize = {major}.{minor}.{patch}.{release}
+commit = True
+tag = True
8
+[bumpversion:file:maec/version.py]
9
10
[bdist_wheel]
11
universal = True
0 commit comments