From e4bb3ac4befd592f7056745f68abba5bbca833e8 Mon Sep 17 00:00:00 2001 From: lpm0073 Date: Tue, 20 Dec 2022 13:26:39 -0600 Subject: [PATCH] bump to v.1.0.5 --- CHANGELOG.md | 4 ++++ oauth2_wordpress/__about__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) 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" }, ]