Skip to content

Commit

Permalink
Get files ready for 1.16 release
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurdejong committed Feb 6, 2021
1 parent fad3064 commit 075d85e
Show file tree
Hide file tree
Showing 3 changed files with 75 additions and 1 deletion.
64 changes: 64 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,67 @@
2021-02-06 Arthur de Jong <[email protected]>

* [fad3064] stdnum/by/portal.nalog.gov.by.crt: Add Let's Encrypt
R3 intermediate certificate

The portal.nalog.gov.by web site serves an incomplete certificate
chain and the intermediate certificate was changed.

2021-02-06 Arthur de Jong <[email protected]>

* [8c4ec55] stdnum/be/banks.dat, stdnum/cn/loc.dat,
stdnum/eu/nace.dat, stdnum/gs1_ai.dat, stdnum/imsi.dat,
stdnum/isbn.dat, stdnum/nz/banks.dat, stdnum/oui.dat: Update
database files

2021-02-06 Arthur de Jong <[email protected]>

* [fe34e15] stdnum/kr/rrn.py, stdnum/pe/ruc.py, stdnum/ua/edrpou.py:
Use HTTPS in URLs where possible

2021-01-24 Arthur de Jong <[email protected]>

* [407a02f] stdnum/at/postleitzahl.dat, update/at_postleitzahl.py:
Switch postal code download to Austrian open-data portal

This simplifies the process of downloading Austrian
postal codes by downloading a JSON blob instead from
https://www.data.gv.at/katalog/dataset/f76ed887-00d6-450f-a158-9f8b1cbbeebf

This filters the list to only use addressable (adressierbar)
postal codes because it matches the previous list.

Thanks Bernd Schlapsi for providing the pointer.

Closes https://github.com/arthurdejong/python-stdnum/issues/235

2021-01-21 Alexis de Lattre <[email protected]>

* [53f13b4] stdnum/vatin.py, tests/test_vatin.doctest: Add support
for XI VAT numbers in vatin

Closes https://github.com/arthurdejong/python-stdnum/pull/251

2021-01-21 Arthur de Jong <[email protected]>

* [b93d695] stdnum/eu/vat.py, stdnum/gb/vat.py,
tests/test_eu_vat.doctest: Support xi country code for Northern
Ireland

While Great Brittain is no longer an EU member state some GB VAT
numbers are still valid if the company meets certain requirements.

See
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

Closes https://github.com/arthurdejong/python-stdnum/issues/250

2021-01-11 Arthur de Jong <[email protected]>

* [6b7f209] ChangeLog, NEWS, README, docs/conf.py, docs/index.rst,
docs/stdnum.li.peid.rst, docs/stdnum.ro.cui.rst,
docs/stdnum.ua.edrpou.rst, docs/stdnum.ua.rntrc.rst,
stdnum/__init__.py, tox.ini: Get files ready for 1.15 release

2021-01-11 Arthur de Jong <[email protected]>

* [755eee7] .travis.yml: Simplify Travis matrix
Expand Down
10 changes: 10 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
changes from 1.15 to 1.16
-------------------------

* Support XI country code for Northern Ireland VAT numbers
(thanks Alexis de Lattre)
* Switch data source for Austrian postal codes
(thanks Bernd Schlapsi)
* Fix Belarus VAT number online lookup


changes from 1.14 to 1.15
-------------------------

Expand Down
2 changes: 1 addition & 1 deletion stdnum/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@
__all__ = ('get_cc_module', '__version__')

# the version number of the library
__version__ = '1.15'
__version__ = '1.16'

0 comments on commit 075d85e

Please sign in to comment.