From d7e25a14b8e4ad6dfa8946f861f78decbb1682ca Mon Sep 17 00:00:00 2001 From: lpm0073 Date: Tue, 20 Dec 2022 13:18:05 -0600 Subject: [PATCH] bump to 1.0.0 --- CHANGELOG.md | 4 ++++ pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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" } ]