From c6d78563b4f3f5789395f9c8b92c4b187d19099a Mon Sep 17 00:00:00 2001 From: harens <12570877+harens@users.noreply.github.com> Date: Sun, 9 Apr 2023 13:27:25 +0100 Subject: [PATCH] v0.5.0 Release --- docs/source/changelog.rst | 8 ++++++++ pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/source/changelog.rst b/docs/source/changelog.rst index 5673c03..6629f32 100644 --- a/docs/source/changelog.rst +++ b/docs/source/changelog.rst @@ -1,6 +1,14 @@ Changelog ********** +0.5.0 (2023-04-09) +=================== + +🐛 Bugfixes +------------ + +- Fixed a bug where ISBN-13 calculations allowed for a check digit of X, which shouldn't be possible. (`#171 `_) + 0.4.0 (2023-01-15) =================== diff --git a/pyproject.toml b/pyproject.toml index 1f90885..b13b5af 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "checkdigit" -version = "0.4.0" +version = "0.5.0" description = "A check digit library for data validation" authors = ["harens "] maintainers = ["harens "]