Skip to content

Commit 57f1542

Browse files
committed
Bump version
1 parent 9f58e2a commit 57f1542

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-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, 5)
1+
VERSION = (2, 0, 6)
22
__version__ = '.'.join([str(part) for part in VERSION])

docs/changelog.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ 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.6] - 2025-07-11
9+
--------------------
10+
11+
Fixed
12+
^^^^^
13+
* Reduce memory when deleting a huge number of old messages (https://github.com/APSL/django-yubin/pull/78)
14+
815
[2.0.5] - 2024-06-21
916
--------------------
1017

humans.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,6 @@ Pablo Méndez (@pmendezsuarez)
1717
Tim Gates (@timgates42)
1818
Silvia (@SilviaAmAm)
1919
Viicos (@Viicos)
20+
Floris Puijk (@Floris272)
2021

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

0 commit comments

Comments
 (0)