From 41b75544a7ec2a062052211018494e64cb303780 Mon Sep 17 00:00:00 2001 From: Lasse Schuirmann Date: Fri, 8 Apr 2016 09:55:02 +0200 Subject: [PATCH] VERSION: Release 2.3.2 --- babel/__init__.py | 2 +- docs/conf.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/babel/__init__.py b/babel/__init__.py index 2aaf2313..d8f5c7ed 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.3.1' +__version__ = '2.3.2' diff --git a/docs/conf.py b/docs/conf.py index cba9264c..1ade98b4 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -53,7 +53,7 @@ copyright = u'2016, The Babel Team' # The short X.Y version. version = '2.3' # The full version, including alpha/beta/rc tags. -release = '2.3.1' +release = '2.3.2' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. -- 2.47.2