Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2018-01-06 17:05:08 +0100
committerArthur de Jong <arthur@arthurdejong.org>2018-01-06 17:05:08 +0100
commit9841baec64391567d70f2fe6c0f8a58cc27a4eee (patch)
tree99dc4fdaf4d74bfdf686ff6f435ce1578bdd9329
parent820c233e18b114f0ccb0c9e5a6f4f4569a2687c9 (diff)
Get files ready for 1.8.1 release1.8.1
-rw-r--r--ChangeLog27
-rw-r--r--NEWS6
-rw-r--r--stdnum/__init__.py2
3 files changed, 34 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 054b424..5b52ce4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
diff --git a/NEWS b/NEWS
index eb7d829..2ec21a4 100644
--- a/NEWS
+++ b/NEWS
@@ -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'