We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ca29cd commit db5c2a1Copy full SHA for db5c2a1
3 files changed
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 3.1.0
+current_version = 3.1.1
3
commit = True
4
tag = True
5
docs/conf.py
@@ -22,7 +22,7 @@
22
author = 'Armin Ronacher'
23
24
# The full version, including alpha/beta/rc tags
25
-release = '3.1.0'
+release = '3.1.1'
26
27
28
# -- General configuration ---------------------------------------------------
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "flask-babel"
-version = "3.1.0"
+version = "3.1.1"
description = "Adds i18n/l10n support for Flask applications."
authors = ["Armin Ronacher"]
6
maintainers = ["Tyler Kennedy <tk@tkte.ch>"]
0 commit comments