From 6cdfb6b53b56376ad0c667a713580f6bdc5e5a1c Mon Sep 17 00:00:00 2001 From: Arthur de Jong Date: Fri, 30 Sep 2011 08:40:18 +0000 Subject: get files ready for 0.6 release git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@88 9dea7c4f-944c-4273-ac1a-574ede026edc --- NEWS | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 3d93f6b..814536c 100644 --- a/NEWS +++ b/NEWS @@ -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 ----------------------- -- cgit v1.2.3