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 2
2
Change Log
3
3
==========
4
4
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
+
5
11
v1.0.16 (2023-09-08)
6
- -------
12
+ --------------------
7
13
* Add missing EXECTYPE constants
8
14
* Better conversion to string (#40)
9
15
* Better installation instructions (#45)
Original file line number Diff line number Diff line change 56
56
# The short X.Y version.
57
57
version = u'1.0'
58
58
# The full version, including alpha/beta/rc tags.
59
- release = u'1.0.16 '
59
+ release = u'1.0.17 '
60
60
61
61
# The language for content autogenerated by Sphinx. Refer to documentation
62
62
# for a list of supported languages.
Original file line number Diff line number Diff line change 30
30
long_description = readme .read ()
31
31
32
32
setup (name = "simplefix" ,
33
- version = "1.0.16 " ,
33
+ version = "1.0.17 " ,
34
34
description = "Simple FIX Protocol implementation for Python" ,
35
35
long_description = long_description ,
36
36
url = "https://github.com/da4089/simplefix" ,
You can’t perform that action at this time.
0 commit comments