8000 Get files ready for 1.8.1 release · Dzikpol/python-stdnum@9841bae · GitHub
[go: up one dir, main page]

Skip to content

Commit 9841bae

Browse files
committed
Get files ready for 1.8.1 release
1 parent 820c233 commit 9841bae

File tree

3 files changed

+34
-1
lines changed

3 files changed

+34
-1
lines changed

ChangeLog

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
1+
2018-01-06 Arthur de Jong <arthur@arthurdejong.org>
2+
3+
* [820c233] README: Fix feedback section in README to be valid RST
4+
5+
2018-01-06 Arthur de Jong <arthur@arthurdejong.org>
6+
7+
* [ab8a871] setup.py: Update long description in compatible way
8+
9+
This ensures that the README is read correctly on all supported
10+
Python interpreters.
11+
12+
Fixes 1304122
13+
14+
2018-01-05 5j9 <5j9@users.noreply.github.com>
15+
16+
* [1304122] setup.py: setup.py: Open README with utf-8 encoding
17+
18+
Fixes #59
19+
20+
2018-01-03 Arthur de Jong <arthur@arthurdejong.org>
21+
22+
* [ae89e82] ChangeLog, MANIFEST.in, NEWS, README, docs/conf.py,
23+
docs/index.rst, docs/stdnum.casrn.rst, docs/stdnum.do.ncf.rst,
24+
docs/stdnum.eu.banknote.rst, docs/stdnum.in_.aadhaar.rst,
25+
docs/stdnum.in_.pan.rst, setup.cfg, stdnum/__init__.py,
26+
update/numlist.py: Get files ready for 1.8 release
27+
128
2018-01-03 Arthur de Jong <arthur@arthurdejong.org>
229

330
* [db9b278] tox.ini: Fix Sphinx dependency name

NEWS

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
changes from 1.8 to 1.8.1
2+
-------------------------
3+
4+
* fix a packaging issue in the long description
5+
6+
17
changes from 1.7 to 1.8
28
-----------------------
39

stdnum/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@
4242
__all__ = ('get_cc_module', '__version__')
4343

4444
# the version number of the library
45-
__version__ = '1.8'
45+
__version__ = '1.8.1'

0 commit comments

Comments
 (0)
0