From 404c525e18d2829420a3ccc7cf3a55594fd8df2f Mon Sep 17 00:00:00 2001 From: harens Date: Tue, 27 Jul 2021 11:12:46 +0100 Subject: [PATCH] v0.3.1 release --- PYPIREADME.rst | 1 + docs/source/changelog.rst | 4 ++-- pyproject.toml | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/PYPIREADME.rst b/PYPIREADME.rst index 7b510ca..e4f51b0 100644 --- a/PYPIREADME.rst +++ b/PYPIREADME.rst @@ -77,6 +77,7 @@ Installation * etc. *(all fixed length numeric GS1 data structures with a check digit)* * `ISBN-10/13 `_ * `Luhn `_ +* `Verhoeff `_ For each of these formats, we provide functions to validate them and calculate missing digits. diff --git a/docs/source/changelog.rst b/docs/source/changelog.rst index 7bd6fdf..7d4f5b5 100644 --- a/docs/source/changelog.rst +++ b/docs/source/changelog.rst @@ -1,8 +1,8 @@ Changelog ********** -WIP -=== +0.3.1 (2021-07-27) +=================== ⚡️ Features ------------ diff --git a/pyproject.toml b/pyproject.toml index a8bac1f..9fb6745 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "checkdigit" -version = "0.3.0" +version = "0.3.1" description = "A check digit library for data validation" authors = ["harens "] maintainers = ["harens "]