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 d8e398a commit f69f13aCopy full SHA for f69f13a
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## Development
+## [3.2.1]
4
5
* Added support for Python 3.12.
6
* Fixed a memory leak in the ``yajl2_c`` backend
@@ -307,3 +307,4 @@
307
[3.1.4]: https://github.com/ICRAR/ijson/releases/tag/v3.1.4
308
[3.2.0]: https://github.com/ICRAR/ijson/releases/tag/v3.2.0
309
[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
@@ -1 +1 @@
-__version__ = '3.2.0.post0'
+__version__ = '3.2.1'
0 commit comments