We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d51e58 commit 4a816c7Copy full SHA for 4a816c7
2 files changed
changelog.txt
@@ -96,3 +96,11 @@
96
97
- drop Python 2 support
98
99
+### 2.1
100
+
101
+2020-10-09
102
103
+### Improved
104
105
+- refactoring
106
cstruct/__init__.py
@@ -26,7 +26,7 @@
26
27
__author__ = 'Andrea Bonomi <andrea.bonomi@gmail.com>'
28
__license__ = 'MIT'
29
-__version__ = '1.9'
+__version__ = '2.1'
30
__date__ = '15 August 2013'
31
32
import struct
0 commit comments