From 1eaae6a074d934299cfa691105e4b974733397c5 Mon Sep 17 00:00:00 2001 From: Chuck Thier Date: Tue, 25 Jan 2011 16:19:38 +0000 Subject: [PATCH] Bumped version to 1.2 to get ready for release, and updated the AUTHORS file --- AUTHORS | 4 ++++ swift/__init__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/AUTHORS b/AUTHORS index e7bc59b72e..bf834db788 100644 --- a/AUTHORS +++ b/AUTHORS @@ -24,9 +24,13 @@ Paul Jimenez Brian K. Jones Ed Leafe Stephen Milton +Russ Nelson +Colin Nicholson Andrew Clay Shafer Monty Taylor Caleb Tennis +FUJITA Tomonori Kapil Thangavelu Conrad Weidenkeller +Chris Wedgwood Cory Wright diff --git a/swift/__init__.py b/swift/__init__.py index 0bd0062056..899047889e 100644 --- a/swift/__init__.py +++ b/swift/__init__.py @@ -1,5 +1,5 @@ import gettext -__version__ = '1.1.0' +__version__ = '1.2.0' gettext.install('swift')