Skip to content

Commit f69f13a

Browse files
committed
Release ijson 3.2.1
Signed-off-by: Rodrigo Tobar <[email protected]>
1 parent d8e398a commit f69f13a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Development
3+
## [3.2.1]
44

55
* Added support for Python 3.12.
66
* Fixed a memory leak in the ``yajl2_c`` backend
@@ -307,3 +307,4 @@
307307
[3.1.4]: https://github.com/ICRAR/ijson/releases/tag/v3.1.4
308308
[3.2.0]: https://github.com/ICRAR/ijson/releases/tag/v3.2.0
309309
[3.2.0.post0]: https://github.com/ICRAR/ijson/releases/tag/v3.2.0.post0
310+
[3.2.1]: https://github.com/ICRAR/ijson/releases/tag/v3.2.1

ijson/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '3.2.0.post0'
1+
__version__ = '3.2.1'

0 commit comments

Comments
 (0)