Skip to content

Commit

Permalink
Bump version and update CHANGELOG.
Browse files Browse the repository at this point in the history
  • Loading branch information
martinblech committed Oct 8, 2024
1 parent 94ee05b commit 48b47c9
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,30 @@
CHANGELOG
=========

v0.14.0
-------

* Drop old Python 2 support leftover code and apply several RUFF code health fixes.
* Thanks, @DimitriPapadopoulos!
* Add Python 3.11, 3.12 and 3.13 support and tests.
* Thanks, @angvp!
* Tests in gh-action.
* Thanks, @almaz.kun!
* Remove defusedexpat import.
* Thanks, @hanno!
* Replace deprecated BadZipfile with BadZipFile.
* Thanks, @hugovk!
* Support indent using interger format, enable `python -m unittest tests/*.py`.
* Thanks, @hiiwave!
* Ensure significant whitespace is not trimmed
* Thanks, @trey.franklin!
* added conda installation command
* Thanks, @sugatoray!
* fix attributes not appearing in streaming mode
* Thanks, @timnguyen001!
* Fix Travis CI status badge URL
* Update push_release.sh to use twine.

v0.13.0
-------

Expand Down
2 changes: 1 addition & 1 deletion xmltodict.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from inspect import isgenerator

__author__ = 'Martin Blech'
__version__ = '0.13.0'
__version__ = '0.14.0'
__license__ = 'MIT'


Expand Down

0 comments on commit 48b47c9

Please sign in to comment.