Skip to content

Commit

Permalink
Merge pull request #2 from hapytex/release/0.2.0
Browse files Browse the repository at this point in the history
Release/0.2.0
  • Loading branch information
KommuSoft committed Apr 4, 2024
2 parents 81072ea + 6abfe21 commit 456456e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
include LICENSE
include README.md
recursive-include django_enforced_constraints *.py
recursive-include django_enforced_choices/ **.py
6 changes: 3 additions & 3 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
# -- Project information

project = "django-enforced-choices"
copyright = "2022, Willem Van Onsem"
copyright = "2023-2024, Willem Van Onsem"
author = "Willem Van Onsem"

release = "0.1.1"
version = "0.1.1"
release = "0.2.0"
version = "0.2.0"

from os import environ
from os.path import dirname
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "django-enforced-choices"
version = "0.1"
version = "0.2.0"
authors = [{name = "Willem Van Onsem", email = "yourfriends@hapytex.eu"}]

[build-system]
Expand Down

0 comments on commit 456456e

Please sign in to comment.