Skip to content

Commit

Permalink
changelog updated. bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
dapper91 committed Aug 25, 2019
1 parent ae643bf commit f0db2f3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
Changelog
=========

0.2.0 (2019-08-25)
------------------

- documentation added.
- pre-commit hooks added.
- model serialization order implemented.
- private class attributes fixed.
- indexed fields serialization fixed.


0.1.0 (2019-08-13)
------------------

Expand Down
2 changes: 1 addition & 1 deletion paxb/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
__description__ = 'Python Architecture for XML Binding'
__url__ = 'https://github.com/dapper91/paxb'

__version__ = '0.1.0'
__version__ = '0.2.0'

__author__ = 'Dmitry Pershin'
__email__ = 'dapper91@mail.ru'
Expand Down

0 comments on commit f0db2f3

Please sign in to comment.