diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2018-01-06 17:05:08 +0100 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2018-01-06 17:05:08 +0100 |
commit | 9841baec64391567d70f2fe6c0f8a58cc27a4eee (patch) | |
tree | 99dc4fdaf4d74bfdf686ff6f435ce1578bdd9329 | |
parent | 820c233e18b114f0ccb0c9e5a6f4f4569a2687c9 (diff) |
Get files ready for 1.8.1 release1.8.1
-rw-r--r-- | ChangeLog | 27 | ||||
-rw-r--r-- | NEWS | 6 | ||||
-rw-r--r-- | stdnum/__init__.py | 2 |
3 files changed, 34 insertions, 1 deletions
@@ -1,3 +1,30 @@ +2018-01-06 Arthur de Jong <arthur@arthurdejong.org> + + * [820c233] README: Fix feedback section in README to be valid RST + +2018-01-06 Arthur de Jong <arthur@arthurdejong.org> + + * [ab8a871] setup.py: Update long description in compatible way + + This ensures that the README is read correctly on all supported + Python interpreters. + + Fixes 1304122 + +2018-01-05 5j9 <5j9@users.noreply.github.com> + + * [1304122] setup.py: setup.py: Open README with utf-8 encoding + + Fixes #59 + +2018-01-03 Arthur de Jong <arthur@arthurdejong.org> + + * [ae89e82] ChangeLog, MANIFEST.in, NEWS, README, docs/conf.py, + docs/index.rst, docs/stdnum.casrn.rst, docs/stdnum.do.ncf.rst, + docs/stdnum.eu.banknote.rst, docs/stdnum.in_.aadhaar.rst, + docs/stdnum.in_.pan.rst, setup.cfg, stdnum/__init__.py, + update/numlist.py: Get files ready for 1.8 release + 2018-01-03 Arthur de Jong <arthur@arthurdejong.org> * [db9b278] tox.ini: Fix Sphinx dependency name @@ -1,3 +1,9 @@ +changes from 1.8 to 1.8.1 +------------------------- + +* fix a packaging issue in the long description + + changes from 1.7 to 1.8 ----------------------- diff --git a/stdnum/__init__.py b/stdnum/__init__.py index 99e62e3..f585bde 100644 --- a/stdnum/__init__.py +++ b/stdnum/__init__.py @@ -42,4 +42,4 @@ from stdnum.util import get_cc_module __all__ = ('get_cc_module', '__version__') # the version number of the library -__version__ = '1.8' +__version__ = '1.8.1' |