From 37739eca1ab01777cd39381f3cb69f3ea57d718d Mon Sep 17 00:00:00 2001 From: Dani Sastre Date: Fri, 27 Oct 2023 15:17:18 +0200 Subject: [PATCH] Bump version --- django_yubin/version.py | 2 +- docs/changelog.rst | 11 +++++++++++ humans.txt | 1 + 3 files changed, 13 insertions(+), 1 deletion(-) diff --git a/django_yubin/version.py b/django_yubin/version.py index 3aee68c..be44701 100644 --- a/django_yubin/version.py +++ b/django_yubin/version.py @@ -1,2 +1,2 @@ -VERSION = (2, 0, 1) +VERSION = (2, 0, 2) __version__ = '.'.join([str(part) for part in VERSION]) diff --git a/docs/changelog.rst b/docs/changelog.rst index 474d970..89c2110 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -5,6 +5,17 @@ This project adheres to `Semantic Versioning `_. +[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 -------------------- diff --git a/humans.txt b/humans.txt index 944dd86..0aae839 100644 --- a/humans.txt +++ b/humans.txt @@ -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