diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2011-09-30 10:40:18 +0200 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2011-09-30 10:40:18 +0200 |
commit | 6cdfb6b53b56376ad0c667a713580f6bdc5e5a1c (patch) | |
tree | 2a99630694c29b9dd25c9c07248e0d982f3b7b70 /NEWS | |
parent | 1451b4757725ebbdcfcfeb08ce9d3769af30cd4e (diff) |
get files ready for 0.6 release
git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@88 9dea7c4f-944c-4273-ac1a-574ede026edc
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,16 @@ +changes from 0.5 to 0.6 +----------------------- + +* fix a problem with handling an ISBN13 with a valid check digit but with an + unknown bookland prefix +* add an IMSI (International Mobile Subscriber Identity) module +* implement a conversion function from ISBN13 to ISBN10 +* implement an ismn.ismn_type() function +* implement an imei.split() function that splits the number into a TAC, serial + number and checksum or software version +* source code layout changes to better follow PEP8 + + changes from 0.4 to 0.5 ----------------------- |