From 80380ffc70ceb2403ad9a3ff678a6d8b13b94301 Mon Sep 17 00:00:00 2001 From: Lasse Schuirmann Date: Sat, 2 Jan 2016 20:29:04 +0100 Subject: [PATCH] Set version to development --- babel/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/babel/__init__.py b/babel/__init__.py index c58e972f..d2e52599 100644 --- a/babel/__init__.py +++ b/babel/__init__.py @@ -21,4 +21,4 @@ from babel.core import UnknownLocaleError, Locale, default_locale, \ negotiate_locale, parse_locale, get_locale_identifier -__version__ = '2.2.0' +__version__ = '2.2.0.dev0' -- 2.47.2