Skip to content

Commit efae8fe

Browse files
committed
changelog
1 parent fcf1251 commit efae8fe

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.7.1
2+
current_version = 1.4.0
33
commit = True
44
tag = True
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-(?P<stage>[^.]*)\.(?P<devnum>\d+))?

CHANGELOG

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2.0.0
2+
-----
3+
4+
- Remove gevent support
5+
16
1.4.0
27
-----
38

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
setup(
1010
name='py-solc',
11-
version="1.4.0",
11+
version='1.4.0',
1212
description="""Python wrapper around the solc binary""",
1313
long_description_markdown_filename='README.md',
1414
author='Piper Merriam',

0 commit comments

Comments
 (0)