Skip to content

Commit

Permalink
Merge pull request #13 from kraken-tech/release-v0.1.0a4
Browse files Browse the repository at this point in the history
Bump version: 0.1.0a3 → 0.1.0a4
  • Loading branch information
seddonym authored Sep 25, 2024
2 parents 9e6877a + deafdf7 commit 568799b
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
Expand Up @@ -7,6 +7,8 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.1.0a4] - 2024-09-25

- Raise TypeError if variable key is not a string.
- Fall back to displaying variable name if there is a type issue with a variable.

Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ classifiers = [
]
# Do not manually edit the version, use `make version_{type}` instead.
# This should match the version in the [tool.bumpversion] section.
version = "0.1.0a3"
version = "0.1.0a4"
dependencies = []

[project.urls]
Expand Down Expand Up @@ -133,7 +133,7 @@ filterwarnings = "error"
[tool.bumpversion]
# Do not manually edit the version, use `make version_{type}` instead.
# This should match the version in the [project] section.
current_version = "0.1.0a3"
current_version = "0.1.0a4"
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
serialize = ["{major}.{minor}.{patch}"]
search = "{current_version}"
Expand Down

0 comments on commit 568799b

Please sign in to comment.