diff --git a/CHANGELOG.md b/CHANGELOG.md index bc4f42b..e3f4920 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # CHANGE LOG +## Version 0.0.13 (2022-12-20) + +- general production release + ## Version 0.0.13 (2022-11-21) - bug fixes. diff --git a/pyproject.toml b/pyproject.toml index 46e7089..fb09d4f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ build-backend = "setuptools.build_meta:__legacy__" #------------------------------------------------------------------------------ [project] name = "django-memberpress-client" -version = "0.0.13" +version = "1.0.0" authors = [ { name="Lawrence McDaniel", email="lpm0073@gmail.com" } ]