Skip to content

Commit 2dcb33d

Browse files
committed
Bump version
1 parent e63e9ba commit 2dcb33d

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

django_yubin/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
VERSION = (2, 0, 4)
1+
VERSION = (2, 0, 5)
22
__version__ = '.'.join([str(part) for part in VERSION])

docs/changelog.rst

+7
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.5] - 2024-06-21
9+
--------------------
10+
11+
Fixed
12+
^^^^^
13+
* Use ``BigAutoField`` and migrate all existing auto fields to it. This avoids generating a new migration in projects that use ``settings.DEFAULT_AUTO_FIELD = "django.db.models.BigAutoField"``.
14+
815
[2.0.4] - 2024-05-02
916
--------------------
1017

0 commit comments

Comments
 (0)