Skip to content

Commit

Permalink
release: v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lnielsen committed Sep 11, 2020
1 parent afa50a7 commit 1031fe9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
Changes
=======

Version 0.1.0 (released TBD)
Version 0.1.1 (released 2020-09-11)

- Minor fix to allow a lower ftfy package version than the latest.

Version 0.1.0 (released 2020-09-11)

- Initial public release.
2 changes: 1 addition & 1 deletion marshmallow_utils/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
and parsed by ``setup.py``.
"""

__version__ = '0.1.0'
__version__ = '0.1.1'

0 comments on commit 1031fe9

Please sign in to comment.