summaryrefslogtreecommitdiff
path: root/babel/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'babel/__init__.py')
-rw-r--r--babel/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/babel/__init__.py b/babel/__init__.py
index de44ce6..1132e6f 100644
--- a/babel/__init__.py
+++ b/babel/__init__.py
@@ -13,7 +13,7 @@
access to various locale display names, localized number and date
formatting, etc.
- :copyright: (c) 2013-2018 by the Babel Team.
+ :copyright: (c) 2013-2019 by the Babel Team.
:license: BSD, see LICENSE for more details.
"""
@@ -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'