From 9e3bb2b9d289edbd9abe45513e50872d63da84ac Mon Sep 17 00:00:00 2001 From: Ralph Broenink Date: Mon, 9 Feb 2015 20:57:09 +0100 Subject: [PATCH] Release 0.2.0 --- docs/changelog.rst | 5 +++-- internationalflavor/__init__.py | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index c89414b..6126421 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -4,11 +4,12 @@ Changelog This file contains the changelog for the project. -Future release -============== +0.2.0 (2015-02-09) +================== * ``vat_number`` and ``iban``: Some consistency issues resolved; changed argument order and ``include_countries`` is now simply ``countries``. * ``vat_number``: Do not imply ``eu_only`` when using ``vies_check``. +* ``vat_number``: Fallback to a native check if suds is not available. 0.1.2 (2014-12-18) ================== diff --git a/internationalflavor/__init__.py b/internationalflavor/__init__.py index 10939f0..7fd229a 100644 --- a/internationalflavor/__init__.py +++ b/internationalflavor/__init__.py @@ -1 +1 @@ -__version__ = '0.1.2' +__version__ = '0.2.0'