8000 Get files ready for 1.16 release · nuno-andre/python-stdnum@075d85e · GitHub
[go: up one dir, main page]

Skip to content

Commit 075d85e

Browse files
committed
Get files ready for 1.16 release
1 parent fad3064 commit 075d85e

File tree

3 files changed

+75
-1
lines changed

3 files changed

+75
-1
lines changed

ChangeLog

Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,67 @@
1+
2021-02-06 Arthur de Jong <arthur@arthurdejong.org>
2+
3+
* [fad3064] stdnum/by/portal.nalog.gov.by.crt: Add Let's Encrypt
4+
R3 intermediate certificate
5+
6+
The portal.nalog.gov.by web site serves an incomplete certificate
7+
chain and the intermediate certificate was changed.
8+
9+
2021-02-06 Arthur de Jong <arthur@arthurdejong.org>
10+
11+
* [8c4ec55] stdnum/be/banks.dat, stdnum/cn/loc.dat,
12+
stdnum/eu/nace.dat, stdnum/gs1_ai.dat, stdnum/imsi.dat,
13+
stdnum/isbn.dat, stdnum/nz/banks.dat, stdnum/oui.dat: Update
14+
database files
15+
16+
2021-02-06 Arthur de Jong <arthur@arthurdejong.org>
17+
18+
* [fe34e15] stdnum/kr/rrn.py, stdnum/pe/ruc.py, stdnum/ua/edrpou.py:
19+
Use HTTPS in URLs where possible
20+
21+
2021-01-24 Arthur de Jong <arthur@arthurdejong.org>
22+
23+
* [407a02f] stdnum/at/postleitzahl.dat, update/at_postleitzahl.py:
24+
Switch postal code download to Austrian open-data portal
25+
26+
This simplifies the process of downloading Austrian
27+
postal codes by downloading a JSON blob instead from
28+
https://www.data.gv.at/katalog/dataset/f76ed887-00d6-450f-a158-9f8b1cbbeebf
29+
30+
This filters the list to only use addressable (adressierbar)
31+
postal codes because it matches the previous list.
32+
33+
Thanks Bernd Schlapsi for providing the pointer.
34+
35+
Closes https://github.com/arthurdejong/python-stdnum/issues/235
36+
37+
2021-01-21 Alexis de Lattre <alexis.delattre@akretion.com>
38+
39+
* [53f13b4] stdnum/vatin.py, tests/test_vatin.doctest: Add support
40+
for XI VAT numbers in vatin
41+
42+
Closes https://github.com/arthurdejong/python-stdnum/pull/251
43+
44+
2021-01-21 Arthur de Jong <arthur@arthurdejong.org>
45+
46+
* [b93d695] stdnum/eu/vat.py, stdnum/gb/vat.py,
47+
tests/test_eu_vat.doctest: Support xi country code for Northern
48+
Ireland
49+
50+
While Great Brittain is no longer an EU member state some GB VAT
51+
numbers are still valid if the company meets certain requirements.
52+
53+
See
54+
https://www.gov.uk/government/publications/accounting-for-vat-on-goods-moving-between-great-britain-and-northern-ireland-from-1-january-2021/check-when-you-are-trading-under-the-northern-ireland-protocol-if-you-are-vat-registered-business
55+
56+
Closes https://github.com/arthurdejong/python-stdnum/issues/250
57+
58+
2021-01-11 Arthur de Jong <arthur@arthurdejong.org>
59+
60+
* [6b7f209] ChangeLog, NEWS, README, docs/conf.py, docs/index.rst,
61+
docs/stdnum.li.peid.rst, docs/stdnum.ro.cui.rst,
62+
docs/stdnum.ua.edrpou.rst, docs/stdnum.ua.rntrc.rst,
63+
stdnum/__init__.py, tox.ini: Get files ready for 1.15 release
64+
165
2021-01-11 Arthur de Jong <arthur@arthurdejong.org>
266

367
* [755eee7] .travis.yml: Simplify Travis matrix

NEWS

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
changes from 1.15 to 1.16
2+
-------------------------
3+
4+
* Support XI country code for Northern Ireland VAT numbers
5+
(thanks Alexis de Lattre)
6+
* Switch data source for Austrian postal codes
7+
(thanks Bernd Schlapsi)
8+
* Fix Belarus VAT number online lookup
9+
10+
111
changes from 1.14 to 1.15
212
-------------------------
313

stdnum/__init__.py

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

4545
# the version number of the library
46-
__version__ = '1.15'
46+
__version__ = '1.16'

0 commit comments

Comments
 (0)
0