From b05bb1e55ef05afa53b50625890b11f08f2b54b0 Mon Sep 17 00:00:00 2001 From: Zbigniew Siciarz Date: Tue, 7 Jun 2011 12:18:19 +0200 Subject: [PATCH] Bump version to 0.3.1. --- CHANGES | 5 +++++ envelope/__init__.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 8eac729..b39162b 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,8 @@ +0.3.1 + - configurable recipients + - better logging hierarchy + - the code is more PEP-8 compliant + 0.3.0 - introduced a class-based envelope.views.ContactView (requires Django >= 1.3) - deprecated the function-based view envelope.views.contact diff --git a/envelope/__init__.py b/envelope/__init__.py index bfd92be..4fca615 100644 --- a/envelope/__init__.py +++ b/envelope/__init__.py @@ -1,4 +1,4 @@ -__version_info__ = (0, 3, 1, 'dev', 0) +__version_info__ = (0, 3, 1, 'final', 0) def get_version():