From 1a5bd1a196b09b1c7a202e4a666e997894091392 Mon Sep 17 00:00:00 2001 From: Delaine Wendling Date: Wed, 1 May 2019 12:45:26 -0500 Subject: [PATCH] Updating version of localization_shuttle Summary: localization_shuttle hasn't been released since 2015. This new version has a change to get_project and gets the updated txlib library Test Plan: N/A Reviewers: amatthews, bencornelis, colink Reviewed By: colink JIRA Issues: EB-108367 Differential Revision: https://phabricator.evbhome.com/D83037 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 19c7c37..103db7e 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ NEWS = open(os.path.join(here, 'NEWS.txt')).read() -version = '0.1' +version = '0.2' install_requires = [ 'babel',