Skip to content

Commit

Permalink
Version: Bump to 2.3.1
Browse files Browse the repository at this point in the history
There was a stupid fault when releasing 2.3.0.
  • Loading branch information
sils committed Apr 7, 2016
1 parent e96ebeb commit d36f0fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion babel/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@
negotiate_locale, parse_locale, get_locale_identifier


__version__ = '2.3.0'
__version__ = '2.3.1'
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
# The short X.Y version.
version = '2.3'
# The full version, including alpha/beta/rc tags.
release = '2.3'
release = '2.3.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down

0 comments on commit d36f0fe

Please sign in to comment.