From: Lasse Schuirmann Date: Sat, 2 Jan 2016 19:29:04 +0000 (+0100) Subject: Set version to development X-Git-Tag: 2.3.1~34^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F313%2Fhead;p=thirdparty%2Fbabel.git Set version to development --- 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'