Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
sastred committed Jun 21, 2024
1 parent e63e9ba commit 2dcb33d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion django_yubin/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
VERSION = (2, 0, 4)
VERSION = (2, 0, 5)
__version__ = '.'.join([str(part) for part in VERSION])
7 changes: 7 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ This project adheres to `Semantic Versioning <https://semver.org/spec/v2.0.0.htm

Starting from version 2.0.0, the format is based on `Keep a Changelog <https://keepachangelog.com/en/1.0.0/>`_.

[2.0.5] - 2024-06-21
--------------------

Fixed
^^^^^
* 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"``.

[2.0.4] - 2024-05-02
--------------------

Expand Down

0 comments on commit 2dcb33d

Please sign in to comment.