diff --git a/babel/__init__.py b/babel/__init__.py index 80cc4a145..90a15cf7b 100644 --- a/babel/__init__.py +++ b/babel/__init__.py @@ -21,4 +21,4 @@ negotiate_locale, parse_locale, get_locale_identifier -__version__ = '2.10.0' +__version__ = '2.10.1' diff --git a/docs/conf.py b/docs/conf.py index 61a423cf7..8f583fa83 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -53,7 +53,7 @@ # The short X.Y version. version = '2.10' # The full version, including alpha/beta/rc tags. -release = '2.10.0' +release = '2.10.1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.