Skip to content

Commit 7168062

Browse files
committed
Bump version for release.
1 parent 0aef214 commit 7168062

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

doc/changes.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,14 @@
22
Change Log
33
==========
44

5+
v1.0.17 (2023-09-12)
6+
--------------------
7+
* Fix checksum calculation bug introduced in v1.0.16. This will break
8+
any usage that relies on simplefix calculating the checksum value:
9+
most users will need to upgrade.
10+
511
v1.0.16 (2023-09-08)
6-
-------
12+
--------------------
713
* Add missing EXECTYPE constants
814
* Better conversion to string (#40)
915
* Better installation instructions (#45)

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
# The short X.Y version.
5757
version = u'1.0'
5858
# The full version, including alpha/beta/rc tags.
59-
release = u'1.0.16'
59+
release = u'1.0.17'
6060

6161
# The language for content autogenerated by Sphinx. Refer to documentation
6262
# for a list of supported languages.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
long_description = readme.read()
3131

3232
setup(name="simplefix",
33-
version="1.0.16",
33+
version="1.0.17",
3434
description="Simple FIX Protocol implementation for Python",
3535
long_description=long_description,
3636
url="https://github.com/da4089/simplefix",

0 commit comments

Comments
 (0)