File tree Expand file tree Collapse file tree 3 files changed +13
-1
lines changed Expand file tree Collapse file tree 3 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 1- VERSION = (2 , 0 , 1 )
1+ VERSION = (2 , 0 , 2 )
22__version__ = '.' .join ([str (part ) for part in VERSION ])
Original file line number Diff line number Diff line change @@ -5,6 +5,17 @@ This project adheres to `Semantic Versioning <https://semver.org/spec/v2.0.0.htm
55
66Starting from version 2.0.0, the format is based on `Keep a Changelog <https://keepachangelog.com/en/1.0.0/ >`_.
77
8+ [2.0.2] - 2023-10-30
9+ --------------------
10+
11+ Changed
12+ ^^^^^^^
13+ * Improve performance of data migration when migrating from versions < 2.0 (https://github.com/APSL/django-yubin/pull/69)
14+
15+ Fixed
16+ ^^^^^
17+ * Perform unfolding of headers when parsing messages (https://github.com/APSL/django-yubin/pull/71)
18+
819[2.0.1] - 2023-08-10
920--------------------
1021
Original file line number Diff line number Diff line change @@ -15,5 +15,6 @@ Xus Zoyo (@xusy2k)
1515Celia Amador (@celdrake)
1616Pablo Méndez (@pmendezsuarez)
1717Tim Gates (@timgates42)
18+ Silvia (@SilviaAmAm)
1819
1920https://github.com/APSL/django-yubin/graphs/contributors
You can’t perform that action at this time.
0 commit comments