Skip to content

Commit

Permalink
Release ijson 3.3.0
Browse files Browse the repository at this point in the history
Signed-off-by: Rodrigo Tobar <rtobar@icrar.org>
  • Loading branch information
rtobar committed Jun 6, 2024
1 parent d2f29d0 commit bd701fa
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.3.0]

* Removed support for Python 2.7 and 3.4,
3.5+ is still supported.
Expand Down Expand Up @@ -346,3 +346,4 @@
[3.2.1]: https://github.com/ICRAR/ijson/releases/tag/v3.2.1
[3.2.2]: https://github.com/ICRAR/ijson/releases/tag/v3.2.2
[3.2.3]: https://github.com/ICRAR/ijson/releases/tag/v3.2.3
[3.3.0]: https://github.com/ICRAR/ijson/releases/tag/v3.3.0
2 changes: 1 addition & 1 deletion ijson/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '3.2.3'
__version__ = '3.3.0'

0 comments on commit bd701fa

Please sign in to comment.