Skip to content

Commit

Permalink
bump: version 0.2.2 → 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Aug 6, 2024
1 parent cbb6f66 commit ba2038a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# CHANGELOG

## 0.2.3 (2024-08-06)

### Fix

- relax pin for shapely '==' to '>='

## 0.2.2 (2024-08-06)

## 0.2.1 (2024-08-05)
Expand Down
2 changes: 1 addition & 1 deletion drone_flightplan/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.2.2"
__version__ = "0.2.3"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ source-includes = ["LICENSE.md", "README.md"]

[tool.commitizen]
name = "cz_conventional_commits"
version = "0.2.2"
version = "0.2.3"
version_files = [
"pyproject.toml:version",
"drone_flightplan/__version__.py",
Expand Down

0 comments on commit ba2038a

Please sign in to comment.