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')