From 4ff07aab954a15bed444b29a568062cb21e94996 Mon Sep 17 00:00:00 2001 From: Benjamin Gleitzman Date: Thu, 30 Oct 2014 14:50:17 -0700 Subject: [PATCH] Bump version, update CHANGES --- CHANGES.txt | 4 ++-- howdoi/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index 58760582a..9691e8fbb 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,5 +1,5 @@ -1.1.7 (github only) ------ +1.1.7 +------ - Add Localization support with HOWDOI_LOCALIZATION env variable (Currently only pt-br and en) 1.1.6 diff --git a/howdoi/__init__.py b/howdoi/__init__.py index 6ebd335c5..9910ac22e 100644 --- a/howdoi/__init__.py +++ b/howdoi/__init__.py @@ -1 +1 @@ -__version__ = '1.1.6' +__version__ = '1.1.7'