Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
sastred committed Oct 27, 2023
1 parent 27a5ae8 commit 37739ec
Show file tree
Hide file tree
Showing 3 changed files with 13 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, 1)
VERSION = (2, 0, 2)
__version__ = '.'.join([str(part) for part in VERSION])
11 changes: 11 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ 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.2] - 2023-10-30
--------------------

Changed
^^^^^^^
* Improve performance of data migration when migrating from versions < 2.0 (https://github.com/APSL/django-yubin/pull/69)

Fixed
^^^^^
* Perform unfolding of headers when parsing messages (https://github.com/APSL/django-yubin/pull/71)

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

Expand Down
1 change: 1 addition & 0 deletions humans.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@ Xus Zoyo (@xusy2k)
Celia Amador (@celdrake)
Pablo Méndez (@pmendezsuarez)
Tim Gates (@timgates42)
Silvia (@SilviaAmAm)

https://github.com/APSL/django-yubin/graphs/contributors

0 comments on commit 37739ec

Please sign in to comment.