Skip to content

Commit d66998e

Browse files
committed
Get files ready for 2.1 release
1 parent a753ebf commit d66998e

File tree

3 files changed

+43
-1
lines changed

3 files changed

+43
-1
lines changed

ChangeLog

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,36 @@
1+
2025-05-17 Arthur de Jong <arthur@arthurdejong.org>
2+
3+
* [a753ebf] stdnum/at/postleitzahl.dat, stdnum/cn/loc.dat,
4+
stdnum/gs1_ai.dat, stdnum/imsi.dat, stdnum/isbn.dat,
5+
stdnum/my/bp.dat, stdnum/nz/banks.dat, stdnum/oui.dat,
6+
update/my_bp.py: Update database files
7+
8+
This also updates the URLs for the National Registration Department
9+
of Malaysia.
10+
11+
2025-05-14 Cédric Krier <ced@b2ck.com>
12+
13+
* [972b42d] setup.py: Define minimal Python version in setup.py
14+
15+
Closes https://github.com/arthurdejong/python-stdnum/issues/474
16+
Closes https://github.com/arthurdejong/python-stdnum/pull/475
17+
Fixes 3542c06
18+
19+
2025-05-05 Luca <luca.sicu02@gmail.com>
20+
21+
* [8b78f78] stdnum/jp/in_.py: Remove superfluous modulus operation
22+
23+
Closes https://github.com/arthurdejong/python-stdnum/pull/470
24+
25+
2025-05-05 Arthur de Jong <arthur@arthurdejong.org>
26+
27+
* [ad4af91] ChangeLog, NEWS, README.md, docs/conf.py,
28+
docs/index.rst, docs/stdnum.be.eid.rst, docs/stdnum.be.ssn.rst,
29+
docs/stdnum.es.cae.rst, docs/stdnum.id.nik.rst,
30+
docs/stdnum.isni.rst, docs/stdnum.jp.in_.rst,
31+
docs/stdnum.nl.identiteitskaartnummer.rst, docs/stdnum.ru.ogrn.rst,
32+
stdnum/__init__.py: Get files ready for 2.0 release
33+
134
2025-05-05 Arthur de Jong <arthur@arthurdejong.org>
235

336
* [f2967d3] stdnum/at/postleitzahl.dat, stdnum/be/banks.dat,

NEWS

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
changes from 2.0 to 2.1
2+
-----------------------
3+
4+
* Add python_requires to setup.py to avoid installation with older Python versions
5+
(thanks Cédric Krier)
6+
* Remove superfluous modulus operation in Japanese Individual Number
7+
(thanks Luca Sicurello)
8+
9+
110
changes from 1.20 to 2.0
211
------------------------
312

stdnum/__init__.py

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

4747
# the version number of the library
48-
__version__ = '2.0'
48+
__version__ = '2.1'

0 commit comments

Comments
 (0)