Skip to content

Commit 4a816c7

Browse files
author
Andrea Bonomi
committed
changelog
1 parent 7d51e58 commit 4a816c7

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

changelog.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,3 +96,11 @@
9696

9797
- drop Python 2 support
9898

99+
### 2.1
100+
101+
2020-10-09
102+
103+
### Improved
104+
105+
- refactoring
106+

cstruct/__init__.py

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

2727
__author__ = 'Andrea Bonomi <andrea.bonomi@gmail.com>'
2828
__license__ = 'MIT'
29-
__version__ = '1.9'
29+
__version__ = '2.1'
3030
__date__ = '15 August 2013'
3131

3232
import struct

0 commit comments

Comments
 (0)