From 9841baec64391567d70f2fe6c0f8a58cc27a4eee Mon Sep 17 00:00:00 2001
From: Arthur de Jong <arthur@arthurdejong.org>
Date: Sat, 6 Jan 2018 17:05:08 +0100
Subject: Get files ready for 1.8.1 release

---
 ChangeLog          | 27 +++++++++++++++++++++++++++
 NEWS               |  6 ++++++
 stdnum/__init__.py |  2 +-
 3 files changed, 34 insertions(+), 1 deletion(-)

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'
-- 
cgit v1.2.3