diff --git a/CHANGELOG.md b/CHANGELOG.md index 6eb2991..0d12480 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [0.1.0a6] - 2024-11-05 + - Render dates in YYYY-MM-DD format. ## [0.1.0a5] - 2024-09-26 diff --git a/pyproject.toml b/pyproject.toml index defa9e2..ac3213a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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.0a5" +version = "0.1.0a6" dependencies = [] [project.urls] @@ -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.0a5" +current_version = "0.1.0a6" parse = "(?P\\d+)\\.(?P\\d+)\\.(?P\\d+)" serialize = ["{major}.{minor}.{patch}"] search = "{current_version}"