Skip to content

Commit

Permalink
bump: version 0.1.2 → 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Developer committed Nov 21, 2024
1 parent 28bc6f9 commit d8d4e5b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## 0.1.3 (2024-11-21)

## 0.1.2 (2024-11-21)

## 0.1.1 (2024-11-21)
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi"

[project]
name = "oauth2_capture"
version = "0.1.2"
version = "0.1.3"
authors = [{name = "Sam Texas", email = "[email protected]"}]
readme = "README.md"
license = {file = "LICENSE"}
Expand Down Expand Up @@ -83,7 +83,7 @@ skips = ["B106"]

[tool.commitizen]
name = "cz_conventional_commits"
version = "0.1.2"
version = "0.1.3"
tag_format = "$version"
bump_message = "bump: version $current_version → $new_version"
update_changelog_on_bump = true
Expand Down

0 comments on commit d8d4e5b

Please sign in to comment.