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 9436fd1 commit b270a91Copy full SHA for b270a91
doc/conf.py
@@ -56,7 +56,7 @@
56
# The short X.Y version.
57
version = u'1.0'
58
# The full version, including alpha/beta/rc tags.
59
-release = u'1.0.13'
+release = u'1.0.14'
60
61
# The language for content autogenerated by Sphinx. Refer to documentation
62
# for a list of supported languages.
setup.py
@@ -30,7 +30,7 @@
30
long_description = readme.read()
31
32
setup(name="simplefix",
33
- version="1.0.13",
+ version="1.0.14",
34
description="Simple FIX Protocol implementation for Python",
35
long_description=long_description,
36
url="https://github.com/da4089/simplefix",
0 commit comments