Skip to content

Commit

Permalink
version 4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andreax79 committed Nov 1, 2022
1 parent 2ebb795 commit 2212389
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
12 changes: 12 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -163,3 +163,15 @@
### Fix

- Fix padding tests on 32bit architectures

### 4.0

2022-11-01

### Added

- Add support for nameless inline struct

### Improved

- Python 3.11 support
2 changes: 1 addition & 1 deletion cstruct/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

__author__ = 'Andrea Bonomi <andrea.bonomi@gmail.com>'
__license__ = 'MIT'
__version__ = '3.3'
__version__ = '4.0'
__date__ = '15 August 2013'

import struct
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ def readme():
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
],
keywords='struct',
author='Andrea Bonomi',
Expand Down

0 comments on commit 2212389

Please sign in to comment.