diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..32508c0 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,5 @@ +# Changelog + +## v0.2.2 (2022-12-14) + +* First official release. diff --git a/pyproject.toml b/pyproject.toml index fa8e948..cdeb912 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "django-spicy-id" -version = "0.2.1" +version = "0.2.2" description = "" authors = ["mike wakerly "] license = "MIT" diff --git a/setup.cfg b/setup.cfg index 5a164af..0a61710 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = django-spicy-id -version = 0.2.1 +version = 0.2.2 description = Fancy ID fields for django models. long_description = file: README.md long_description_content_type = text/markdown