File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff 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
8182For each of these formats, we provide functions to validate them and calculate missing digits.
8283
Original file line number Diff line number Diff line change 11Changelog
22**********
33
4- WIP
5- ===
4+ 0.3.1 (2021-07-27)
5+ ===================
66
77⚡️ Features
88------------
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " checkdigit"
3- version = " 0.3.0 "
3+ version = " 0.3.1 "
44description = " A check digit library for data validation"
55authors = [" harens <harensdeveloper@gmail.com>" ]
66maintainers = [" harens <harensdeveloper@gmail.com>" ]
You can’t perform that action at this time.
0 commit comments