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 May 8, 2022
1 parent 20bc78c commit 096db4a
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,32 @@
CHANGELOG
=========

v0.13.0
-------

* Add install info to readme for openSUSE. (#205)
* Thanks, @smarlowucf!
* Support defaultdict for namespace mapping (#211)
* Thanks, @nathanalderson!
* parse(generator) is now possible (#212)
* Thanks, @xandey!
* Processing comments on parsing from xml to dict (connected to #109) (#221)
* Thanks, @svetazol!
* Add expand_iter kw to unparse to expand iterables (#213)
* Thanks, @claweyenuk!
* Fixed some typos
* Thanks, @timgates42 and @kianmeng!
* Add support for python3.8
* Thanks, @t0b3!
* Drop Jython/Python 2 and add Python 3.9/3.10.
* Drop OrderedDict in Python >= 3.7
* Do not use len() to determine if a sequence is empty
* Thanks, @DimitriPapadopoulos!
* Add more namespace attribute tests
* Thanks, @leogregianin!
* Fix encoding issue in setup.py
* Thanks, @rjarry!

v0.12.0
-------

Expand Down
2 changes: 1 addition & 1 deletion xmltodict.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
_unicode = str

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


Expand Down

0 comments on commit 096db4a

Please sign in to comment.