Skip to content

Commit

Permalink
bump: version 0.1.1 → 0.1.2rc0
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Sep 11, 2023
1 parent bd3c7e4 commit 7df41ab
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,3 +1,9 @@
## 0.1.2rc0 (2023-09-11)

### Fix

- UNDERPASS_API --> UNDERPASS_API_URL

## 0.1.1 (2023-09-11)

### Fix
Expand Down
2 changes: 1 addition & 1 deletion osm_rawdata/__version__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"""Project version"""
__version__ = "0.1.1"
__version__ = "0.1.2rc0"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ pythonpath = "osm_rawdata"

[tool.commitizen]
name = "cz_conventional_commits"
version = "0.1.1"
version = "0.1.2rc0"
version_files = [
"pyproject.toml:version",
"osm_rawdata/__version__.py",
Expand Down

0 comments on commit 7df41ab

Please sign in to comment.