Skip to content

Commit f7fb3b8

Browse files
committed
update README and project configuration
1 parent 755f7d6 commit f7fb3b8

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

CHANGES.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
15
Version 4.1.0.15
26
2019-09-06
37
- Update project requirements

setup.cfg

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,11 @@
1+
[bumpversion]
2+
current_version = 4.1.0.15
3+
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+).(?P<release>\d+)
4+
serialize = {major}.{minor}.{patch}.{release}
5+
commit = True
6+
tag = True
7+
8+
[bumpversion:file:maec/version.py]
9+
110
[bdist_wheel]
211
universal = True

0 commit comments

Comments
 (0)