From e2a35969a6e380c15802c10396bff6507379ff99 Mon Sep 17 00:00:00 2001 From: Simon Ye Date: Sat, 15 Nov 2014 02:06:09 -0500 Subject: [PATCH] Version bump to 2.1.1. --- hunger/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hunger/__init__.py b/hunger/__init__.py index 8581915..a7d1606 100644 --- a/hunger/__init__.py +++ b/hunger/__init__.py @@ -2,6 +2,6 @@ Hunger is a Django app to manage a private beta phase. """ # In the form of Major, Minor. -VERSION = '2.1.0' +VERSION = '2.1.1' __version__ = VERSION