8000 get files ready for 0.5 release · cedk/python-stdnum@8dbcedd · GitHub
[go: up one dir, main page]

Skip to content

Commit 8dbcedd

Browse files
committed
get files ready for 0.5 release
git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@74 9dea7c4f-944c-4273-ac1a-574ede026edc
1 parent 596c7a1 commit 8dbcedd

File tree

3 files changed

+50
-1
lines changed

3 files changed

+50
-1
lines changed

ChangeLog

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,41 @@
1+
2011-07-09 15:12 arthur
2+
3+
* [r73] stdnum/iban.dat, stdnum/isbn.dat, stdnum/isil.dat: update
4+
data files
5+
6+
2011-06-20 20:56 arthur
7+
8+
* [r72] stdnum/issn.py: implement a conversion function from ISSN
9+
to EAN
10+
11+
2011-06-20 20:55 arthur
12+
13+
* [r71] stdnum/isbn.py, stdnum/ismn.py: use the ean module for
14+
calculating the check digit
15+
16+
2011-06-20 20:53 arthur
17+
18+
* [r70] README, stdnum/__init__.py, stdnum/ean.py,
19+
tests/test_robustness.doctest: add an EAN (International Article
20+
Number) module
21+
22+
2011-03-06 21:56 arthur
23+
24+
* [r69] setup.py, stdnum/numdb.py: also support Python3 with the
25+
same codebase (see #3)
26+
27+
2011-03-06 19:54 arthur
28+
29+
* [r68] setup.py: ensure that data files are always included
30+
31+
2011-03-02 19:30 arthur
32+
33+
* [r67] stdnum/verhoeff.py: Python 2.5 compatibility improvement
34+
35+
2011-02-06 15:23 arthur
36+
37+
* [r65] ChangeLog, NEWS, setup.py: get files ready for 0.4 release
38+
139
2011-02-06 15:21 arthur
240

341
* [r64] stdnum/isbn.dat: include an updated version

NEWS

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
changes from 0.4 to 0.5
2+
-----------------------
3+
4+
* add modules for the following number formats:
5+
- EAN (International Article Number)
6+
* refactoring to use the EAN check digit code for ISBN and ISMN checks
7+
* implement a conversion function from ISSN to EAN
8+
* support Python3 with the same codebase
9+
* Python 2.5 compatibility improvement
10+
11+
112
changes from 0.3 to 0.4
213
-----------------------
314

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
os.umask(int('022', 8))
3333

3434
setup(name='python-stdnum',
35-
version='0.4',
35+
version='0.5',
3636
packages=find_packages(),
3737
package_data={ 'stdnum': ['*.dat'] },
3838
author='Arthur de Jong',

0 commit comments

Comments
 (0)
0