Skip to content

Commit 943d2f8

Browse files
committed
version 3.0
1 parent bf476a4 commit 943d2f8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

changelog.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -128,10 +128,10 @@
128128

129129
- Fix compare with None
130130

131-
### 2.4
131+
### 3.0
132132

133-
2022-XX-XX
133+
2022-09-05
134134

135135
### Added
136136

137-
- flexible array support
137+
- Flexible array support

cstruct/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
__author__ = 'Andrea Bonomi <andrea.bonomi@gmail.com>'
2626
__license__ = 'MIT'
27-
__version__ = '2.3'
27+
__version__ = '3.0'
2828
__date__ = '15 August 2013'
2929

3030
import struct

0 commit comments

Comments
 (0)