From 469cce913c0a7d7f028a3701450dc0d27cc18323 Mon Sep 17 00:00:00 2001 From: Aarni Koskela Date: Mon, 27 May 2019 15:23:28 +0300 Subject: Bump version --- babel/__init__.py | 2 +- docs/conf.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/babel/__init__.py b/babel/__init__.py index de44ce6..e58942a 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.6.0' +__version__ = '2.7.0' diff --git a/docs/conf.py b/docs/conf.py index 63c2d77..183cc72 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -51,9 +51,9 @@ copyright = u'2018, The Babel Team' # built documents. # # The short X.Y version. -version = '2.6' +version = '2.7' # The full version, including alpha/beta/rc tags. -release = '2.6.0' +release = '2.7.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. -- cgit v1.2.1