Skip to content

Commit 404c525

Browse files
committed
v0.3.1 release
1 parent 2166157 commit 404c525

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

PYPIREADME.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ Installation
7777
* etc. *(all fixed length numeric GS1 data structures with a check digit)*
7878
* `ISBN-10/13 <https://checkdigit.readthedocs.io/en/latest/_autosummary/checkdigit.isbn.html#module-checkdigit.isbn>`_
7979
* `Luhn <https://checkdigit.readthedocs.io/en/latest/_autosummary/checkdigit.luhn.html#module-checkdigit.luhn>`_
80+
* `Verhoeff <https://checkdigit.readthedocs.io/en/latest/_autosummary/checkdigit.verhoeff.html#module-checkdigit.verhoeff>`_
8081

8182
For each of these formats, we provide functions to validate them and calculate missing digits.
8283

docs/source/changelog.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Changelog
22
**********
33

4-
WIP
5-
===
4+
0.3.1 (2021-07-27)
5+
===================
66

77
⚡️ Features
88
------------

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "checkdigit"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
description = "A check digit library for data validation"
55
authors = ["harens <harensdeveloper@gmail.com>"]
66
maintainers = ["harens <harensdeveloper@gmail.com>"]

0 commit comments

Comments
 (0)