File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77
88## [ Unreleased]
99
10+ ## [ 0.1.0a6] - 2024-11-05
11+
1012- Render dates in YYYY-MM-DD format.
1113
1214## [ 0.1.0a5] - 2024-09-26
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ classifiers = [
2121]
2222# Do not manually edit the version, use `make version_{type}` instead.
2323# This should match the version in the [tool.bumpversion] section.
24- version = " 0.1.0a5 "
24+ version = " 0.1.0a6 "
2525dependencies = []
2626
2727[project .urls ]
@@ -133,7 +133,7 @@ filterwarnings = "error"
133133[tool .bumpversion ]
134134# Do not manually edit the version, use `make version_{type}` instead.
135135# This should match the version in the [project] section.
136- current_version = " 0.1.0a5 "
136+ current_version = " 0.1.0a6 "
137137parse = " (?P<major>\\ d+)\\ .(?P<minor>\\ d+)\\ .(?P<patch>\\ d+)"
138138serialize = [" {major}.{minor}.{patch}" ]
139139search = " {current_version}"
You can’t perform that action at this time.
0 commit comments