Skip to content

Commit

Permalink
Release ijson 3.2.1
Browse files Browse the repository at this point in the history
Signed-off-by: Rodrigo Tobar <[email protected]>
  • Loading branch information
rtobar committed Jun 12, 2023
1 parent d8e398a commit f69f13a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Development
## [3.2.1]

* Added support for Python 3.12.
* Fixed a memory leak in the ``yajl2_c`` backend
Expand Down Expand Up @@ -307,3 +307,4 @@
[3.1.4]: https://github.com/ICRAR/ijson/releases/tag/v3.1.4
[3.2.0]: https://github.com/ICRAR/ijson/releases/tag/v3.2.0
[3.2.0.post0]: https://github.com/ICRAR/ijson/releases/tag/v3.2.0.post0
[3.2.1]: https://github.com/ICRAR/ijson/releases/tag/v3.2.1
2 changes: 1 addition & 1 deletion ijson/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '3.2.0.post0'
__version__ = '3.2.1'

0 comments on commit f69f13a

Please sign in to comment.