From 487092be9c881e82edce52af3e258fe721e9403c Mon Sep 17 00:00:00 2001 From: David Seddon Date: Tue, 5 Nov 2024 10:36:11 +0000 Subject: [PATCH] Release 0.1.0a6 --- CHANGELOG.md | 2 ++ pyproject.toml | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) 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}"