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 May 16, 2023
1 parent 224f699 commit 07eff2a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## [2.5.3] - 2023-03-16

### Fixed

- **Modern Docker compose** Switch all docker-compose commands to use the modern
`docker compose` syntax and remove dependency check for docker-compose. This
change was made to support the new docker-compose v2.0.0 syntax, which is
widely used in the community. docker-compose is reaching end of support next
month.

## [2.5.2] - 2023-03-16

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
author = "Palmetto Data Team"

# The full version, including alpha/beta/rc tags
release = "2.5.2"
release = "2.5.3"


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

setup(
name="palm",
version="2.5.2", # Don't forget to bump the version in docs/source/conf.py too!
version="2.5.3", # 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 07eff2a

Please sign in to comment.