Skip to content

Commit 04305d9

Browse files
committed
fix changelog links
1 parent 23fbd3b commit 04305d9

File tree

4 files changed

+10
-5
lines changed

4 files changed

+10
-5
lines changed

doc/source/changelog.rst

+7-2
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,16 @@
44
Change Log
55
==========
66

7+
v2.2.2 (2025-04-18)
8+
===================
9+
10+
* Minor doc fixes.
11+
712
v2.2.1 (2025-04-18)
813
===================
914

10-
* First release under `django-commons <https://github.com/django-commons>` ownership!
11-
* Fix all links to reflect new home @ `django-commons <https://github.com/django-commons>`
15+
* First release under `django-commons <https://github.com/django-commons>`_ ownership!
16+
* Fix all links to reflect new home @ `django-commons <https://github.com/django-commons>`_
1217

1318
v2.2.0 (2025-03-28)
1419
===================

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "django-enum"
3-
version = "2.2.1"
3+
version = "2.2.2"
44
description = "Full and natural support for enumerations as Django model fields."
55
requires-python = ">=3.9,<4.0"
66
authors = [

src/django_enum/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
__all__ = ["EnumField"]
1818

19-
VERSION = (2, 2, 1)
19+
VERSION = (2, 2, 2)
2020

2121
__title__ = "Django Enum"
2222
__version__ = ".".join(str(i) for i in VERSION)

uv.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)