From 9ffa9fd9fc7ef091c1248752f1e5fee2a701cb57 Mon Sep 17 00:00:00 2001 From: Arthur de Jong Date: Mon, 16 Aug 2010 19:50:54 +0000 Subject: get files ready for 0.2 release git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@21 9dea7c4f-944c-4273-ac1a-574ede026edc --- ChangeLog | 39 +++++++++++++++++++++++++++++++++++++++ NEWS | 7 ++++++- setup.py | 2 +- 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', -- cgit v1.2.3