From e769f32c5bb2e0f0d15ccb9919bf2b8a1965ac12 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 Nov 2023 01:38:28 +0000 Subject: [PATCH] chore(master): release 0.5.0 (#12) --- CHANGELOG.md | 15 +++++++++++++++ pyoda_time/version.py | 2 +- pyproject.toml | 2 +- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 784c032..2f6c53e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +# Changelog + +## [0.5.0](https://github.com/chrisimcevoy/pyoda-time/compare/0.4.0...0.5.0) (2023-11-22) + + +### 🚀 Features + +* **api:** add PyodaConstants class ([#15](https://github.com/chrisimcevoy/pyoda-time/issues/15)) ([6f80b20](https://github.com/chrisimcevoy/pyoda-time/commit/6f80b20f848219333c97d6b1e2fc1968e975c94d)) + + +### 🐛 Bug Fixes + +* **changelog:** make CHANGELOG.md play nice with release-please-action ([#13](https://github.com/chrisimcevoy/pyoda-time/issues/13)) ([76062f9](https://github.com/chrisimcevoy/pyoda-time/commit/76062f967e4a2a771ae0055ddc72fbaa1664a72e)) +* **typing:** add ruff rules & fix type hint ([#10](https://github.com/chrisimcevoy/pyoda-time/issues/10)) ([4a3b702](https://github.com/chrisimcevoy/pyoda-time/commit/4a3b7023cac85a6ff4cd7b9968c658d04119a9ce)) + ## [0.4.0](https://github.com/chrisimcevoy/pyoda-time/compare/0.3.0...0.4.0) (2023-11-21) ### 🚀 Features diff --git a/pyoda_time/version.py b/pyoda_time/version.py index 6a9beea..3d18726 100644 --- a/pyoda_time/version.py +++ b/pyoda_time/version.py @@ -1 +1 @@ -__version__ = "0.4.0" +__version__ = "0.5.0" diff --git a/pyproject.toml b/pyproject.toml index 2d81ae5..0a11841 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ warn_unused_configs = true [tool.poetry] name = "pyoda-time" -version = "0.4.0" +version = "0.5.0" description = "An alternative datetime library for Python." authors = ["Christopher McEvoy <12284065+chrisimcevoy@users.noreply.github.com>"] readme = "README.md"