Skip to content

Commit

Permalink
bump: version 0.3.4rc2 → 0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
nrjadkry committed Jan 22, 2025
1 parent ba9109d commit bf925c4
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.3.4 (2025-01-22)

### Fix

- remove rotate point in final path

## 0.3.4rc2 (2024-12-24)

### Fix
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.3.4rc2"
__version__ = "0.3.4"
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.3.4rc2"
version = "0.3.4"
version_files = [
"pyproject.toml:version",
"drone_flightplan/__version__.py",
Expand Down

0 comments on commit bf925c4

Please sign in to comment.