From: Aarni Koskela Date: Tue, 31 Dec 2019 12:23:25 +0000 (+0200) Subject: Bump version X-Git-Tag: v2.8.0^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F683%2Fhead;p=thirdparty%2Fbabel.git Bump version --- diff --git a/babel/__init__.py b/babel/__init__.py index 1132e6f3..c10a8bd1 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.7.0' +__version__ = '2.8.0' diff --git a/docs/conf.py b/docs/conf.py index 6eed08fe..83c5bf20 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -51,9 +51,9 @@ copyright = u'2019, The Babel Team' # built documents. # # The short X.Y version. -version = '2.7' +version = '2.8' # The full version, including alpha/beta/rc tags. -release = '2.7.0' +release = '2.8.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.