Skip to content

Commit 37739ec

Browse files
committed
Bump version
1 parent 27a5ae8 commit 37739ec

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

django_yubin/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
VERSION = (2, 0, 1)
1+
VERSION = (2, 0, 2)
22
__version__ = '.'.join([str(part) for part in VERSION])

docs/changelog.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ This project adheres to `Semantic Versioning <https://semver.org/spec/v2.0.0.htm
55

66
Starting 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

humans.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,6 @@ Xus Zoyo (@xusy2k)
1515
Celia Amador (@celdrake)
1616
Pablo Méndez (@pmendezsuarez)
1717
Tim Gates (@timgates42)
18+
Silvia (@SilviaAmAm)
1819

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

0 commit comments

Comments
 (0)