Skip to content

Commit

Permalink
Become 3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
akx committed Dec 29, 2022
1 parent b32d05f commit b71b0c4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 3.0.2 (django-enumfields2, released 2022-12-29)

* Corrected metadata, no functional changes.

# 3.0.1 (django-enumfields2, released 2022-12-29)

* Support `Enum(...)` style construction on Python 3.11 too.
Expand Down
2 changes: 1 addition & 1 deletion enumfields/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from .enums import Enum, IntEnum
from .fields import EnumField, EnumIntegerField

__version__ = "3.0.1"
__version__ = "3.0.2"
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ dependencies = [
]

[project.urls]
Homepage = "https://github.com/hzdg/django-enumfields"
Homepage = "https://github.com/akx/django-enumfields2"
Issues = "https://github.com/akx/django-enumfields2/issues"

[tool.hatch.version]
path = "enumfields/__init__.py"
Expand Down

0 comments on commit b71b0c4

Please sign in to comment.