diff --git a/CHANGELOG.md b/CHANGELOG.md index 6dff88a..e4b491e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # CHANGE LOG +## Version 1.0.5 (2022-12-20) + +- version bumps + ## Version 1.0.4 (2022-11-09) - add property for URL diff --git a/oauth2_wordpress/__about__.py b/oauth2_wordpress/__about__.py index 92192ee..68cdeee 100644 --- a/oauth2_wordpress/__about__.py +++ b/oauth2_wordpress/__about__.py @@ -1 +1 @@ -__version__ = "1.0.4" +__version__ = "1.0.5" diff --git a/pyproject.toml b/pyproject.toml index 0b0658b..c13e462 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta:__legacy__" [project] name = "edx-oauth2-wordpress-backend" -version = "1.0.4" +version = "1.0.5" authors = [ { name="Lawrence McDaniel", email="lpm0073@gmail.com" }, ]