File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed
Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 22Change 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+
511v1.0.16 (2023-09-08)
6- -------
12+ --------------------
713* Add missing EXECTYPE constants
814* Better conversion to string (#40)
915* Better installation instructions (#45)
Original file line number Diff line number Diff line change 5656# The short X.Y version.
5757version = 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.
Original file line number Diff line number Diff line change 3030 long_description = readme .read ()
3131
3232setup (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" ,
You can’t perform that action at this time.
0 commit comments