Skip to content

Commit

Permalink
Bump version for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
da4089 committed Sep 12, 2023
1 parent 0aef214 commit 7168062
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion doc/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,14 @@
Change Log
==========

v1.0.17 (2023-09-12)
--------------------
* Fix checksum calculation bug introduced in v1.0.16. This will break
any usage that relies on simplefix calculating the checksum value:
most users will need to upgrade.

v1.0.16 (2023-09-08)
-------
--------------------
* Add missing EXECTYPE constants
* Better conversion to string (#40)
* Better installation instructions (#45)
Expand Down
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
# The short X.Y version.
version = u'1.0'
# The full version, including alpha/beta/rc tags.
release = u'1.0.16'
release = u'1.0.17'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
long_description = readme.read()

setup(name="simplefix",
version="1.0.16",
version="1.0.17",
description="Simple FIX Protocol implementation for Python",
long_description=long_description,
url="https://github.com/da4089/simplefix",
Expand Down

0 comments on commit 7168062

Please sign in to comment.