File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 "
2626dependencies = []
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 "
138138parse = " (?P<major>\\ d+)\\ .(?P<minor>\\ d+)\\ .(?P<patch>\\ d+)"
139139serialize = [" {major}.{minor}.{patch}" ]
140140search = " {current_version}"
You can’t perform that action at this time.
0 commit comments