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 fcf1251 commit efae8feCopy full SHA for efae8fe
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.7.1
+current_version = 1.4.0
3
commit = True
4
tag = True
5
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-(?P<stage>[^.]*)\.(?P<devnum>\d+))?
CHANGELOG
@@ -1,3 +1,8 @@
+2.0.0
+-----
+
+- Remove gevent support
6
1.4.0
7
-----
8
setup.py
@@ -8,7 +8,7 @@
9
setup(
10
name='py-solc',
11
- version="1.4.0",
+ version='1.4.0',
12
description="""Python wrapper around the solc binary""",
13
long_description_markdown_filename='README.md',
14
author='Piper Merriam',
0 commit comments