We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf476a4 commit 943d2f8Copy full SHA for 943d2f8
changelog.txt
@@ -128,10 +128,10 @@
128
129
- Fix compare with None
130
131
-### 2.4
+### 3.0
132
133
-2022-XX-XX
+2022-09-05
134
135
### Added
136
137
-- flexible array support
+- Flexible array support
cstruct/__init__.py
@@ -24,7 +24,7 @@
24
25
__author__ = 'Andrea Bonomi <andrea.bonomi@gmail.com>'
26
__license__ = 'MIT'
27
-__version__ = '2.3'
+__version__ = '3.0'
28
__date__ = '15 August 2013'
29
30
import struct
0 commit comments