Skip to content

Commit

Permalink
Bump version and update changelog for release
Browse files Browse the repository at this point in the history
  • Loading branch information
jakeberesford-palmetto committed Nov 23, 2022
1 parent 197da5e commit 716512a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Expand Up @@ -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 ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -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",
Expand Down

0 comments on commit 716512a

Please sign in to comment.