From 716512a1deaba6894bf8786a74c180ebf153c81a Mon Sep 17 00:00:00 2001 From: Jake Beresford Date: Wed, 23 Nov 2022 13:41:44 -0500 Subject: [PATCH] Bump version and update changelog for release --- CHANGELOG.md | 8 +++++++- docs/source/conf.py | 2 +- setup.py | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6993e92..f8406bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased -## [2.5.0] +## [2.5.1] - 2022-11-23 + +### Fixed + +- **Plugin config update** was returning boolean, needed to also return the config. + +## [2.5.0] - 2022-11-22 ### Added diff --git a/docs/source/conf.py b/docs/source/conf.py index bb3ba15..e1f2f65 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -22,7 +22,7 @@ author = "Palmetto Data Team" # The full version, including alpha/beta/rc tags -release = "2.5.0" +release = "2.5.1" # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index e791619..9d3db7d 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ setup( name="palm", - version="2.5.0", # Don't forget to bump the version in docs/source/conf.py too! + version="2.5.1", # Don't forget to bump the version in docs/source/conf.py too! description="Palm CLI", long_description=long_description, long_description_content_type="text/markdown",