Skip to content

Commit

Permalink
bump: version 0.3.1 → 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kmcleste committed Feb 16, 2023
1 parent bc32dcd commit 6b93f65
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v0.3.2 (2023-02-15)

### Fix

- move locust from dev to main dependency

## v0.3.1 (2023-02-11)

### Fix
Expand Down
2 changes: 1 addition & 1 deletion oracle_of_ammon/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.3.1"
__version__ = "0.3.2"
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "oracle-of-ammon"
version = "0.3.1"
version = "0.3.2"
description = "CLI tool for creating Search APIs."
authors = ["Kyle McLester <[email protected]>"]
license = "MIT"
Expand Down Expand Up @@ -75,7 +75,7 @@ filterwarnings = [

[tool.commitizen]
name = "cz_conventional_commits"
version = "0.3.1"
version = "0.3.2"
tag_format = "v$version"
version_files = ["pyproject.toml:version", "oracle_of_ammon/__version__.py"]
update_changelog_on_bump = true
Expand Down

0 comments on commit 6b93f65

Please sign in to comment.