Skip to content

Commit 0ebc2d1

Browse files
authored
Merge pull request #18 from kraken-tech/release-0.1.0a6
Release 0.1.0a6
2 parents 67d73c0 + 487092b commit 0ebc2d1

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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"
2525
dependencies = []
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"
137137
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
138138
serialize = ["{major}.{minor}.{patch}"]
139139
search = "{current_version}"

0 commit comments

Comments
 (0)