Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2010-08-16 21:50:54 +0200
committerArthur de Jong <arthur@arthurdejong.org>2010-08-16 21:50:54 +0200
commit9ffa9fd9fc7ef091c1248752f1e5fee2a701cb57 (patch)
treead349ef04007a6163cc7aa8a90de57ba1b5dbd18
parent19b7d2db4407b0ad6b6ba32c47b8fb2304c73f5a (diff)
get files ready for 0.2 release0.2
git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@21 9dea7c4f-944c-4273-ac1a-574ede026edc
-rw-r--r--ChangeLog39
-rw-r--r--NEWS7
-rw-r--r--setup.py2
3 files changed, 46 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 111e4b6..3efe53b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,42 @@
+2010-08-16 19:45 arthur
+
+ * [r20] debian: debian package configuration is now available at
+ http://svn.debian.org/viewsvn/python-modules/packages/python-stdnum/trunk/
+
+2010-08-14 20:47 arthur
+
+ * [r19] setup.cfg, tests, tests/test_bsn.doctest,
+ tests/test_isbn.doctest: add more doctests that are not part of
+ the module documentation
+
+2010-07-27 20:19 arthur
+
+ * [r18] README, stdnum/bsn.py, stdnum/isbn/__init__.py,
+ stdnum/issn.py: rename validate() function to is_valid()
+
+2010-07-27 20:14 arthur
+
+ * [r17] stdnum/isbn/ranges.py: fix typo in output() function
+
+2010-07-27 20:14 arthur
+
+ * [r16] stdnum/isbn/ranges.py: fix range detection to handle lookup
+ errors more gracefully
+
+2010-07-27 20:13 arthur
+
+ * [r15] stdnum/bsn.py, stdnum/isbn/__init__.py, stdnum/issn.py:
+ handle wrong types passed to validate() more gracefully
+
+2010-07-26 20:46 arthur
+
+ * [r14] debian/changelog, debian/source/format, debian/watch: make
+ release 0.1-1
+
+2010-07-25 12:54 arthur
+
+ * [r12] ChangeLog: get files ready for 0.1 release
+
2010-07-25 12:53 arthur
* [r11] debian, debian/changelog, debian/compat, debian/control,
diff --git a/NEWS b/NEWS
index feb0d17..eee2dfa 100644
--- a/NEWS
+++ b/NEWS
@@ -1 +1,6 @@
-Initial release.
+changes from 0.1 to 0.2
+-----------------------
+
+* rename validate() function to is_valid() for all modules
+* handle wrong types passed to is_valid() more gracefully
+* add more tests and fix some minor bugs
diff --git a/setup.py b/setup.py
index 392fbb7..6af5ba7 100644
--- a/setup.py
+++ b/setup.py
@@ -25,7 +25,7 @@ import os
from setuptools import setup, find_packages
setup(name='python-stdnum',
- version='0.1',
+ version='0.2',
packages=find_packages(),
author='Arthur de Jong',
author_email='arthur@arthurdejong.org',