Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
sastred committed Aug 10, 2023
1 parent a9af990 commit 30d37c5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion django_yubin/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
VERSION = (2, 0, 0)
VERSION = (2, 0, 1)
__version__ = '.'.join([str(part) for part in VERSION])
7 changes: 7 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ This project adheres to `Semantic Versioning <https://semver.org/spec/v2.0.0.htm

Starting from version 2.0.0, the format is based on `Keep a Changelog <https://keepachangelog.com/en/1.0.0/>`_.

[2.0.1] - 2023-08-10
--------------------

Changed
^^^^^^^
* Ensure parsed e-mail message doesn't discard information (https://github.com/APSL/django-yubin/pull/67)

[2.0.0] - 2023-06-29
--------------------

Expand Down

0 comments on commit 30d37c5

Please sign in to comment.