Skip to content

Commit 02acba4

Browse files
authored
Merge pull request #23 from kraken-tech/release-0.1.0a7
Release 0.1.0a7
2 parents 68ed4c9 + 3d32424 commit 02acba4

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
99

10+
## [0.1.0a7] - 2025-01-29
11+
1012
- Correct stringified name of ParserError exception.
13+
- Support Python 3.13.
1114

1215
## [0.1.0a6] - 2024-11-05
1316

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ classifiers = [
2222
]
2323
# Do not manually edit the version, use `make version_{type}` instead.
2424
# This should match the version in the [tool.bumpversion] section.
25-
version = "0.1.0a6"
25+
version = "0.1.0a7"
2626
dependencies = []
2727

2828
[project.urls]
@@ -134,7 +134,7 @@ filterwarnings = "error"
134134
[tool.bumpversion]
135135
# Do not manually edit the version, use `make version_{type}` instead.
136136
# This should match the version in the [project] section.
137-
current_version = "0.1.0a6"
137+
current_version = "0.1.0a7"
138138
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
139139
serialize = ["{major}.{minor}.{patch}"]
140140
search = "{current_version}"

0 commit comments

Comments
 (0)