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 2c706cb commit 69d3340Copy full SHA for 69d3340
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 3.0.1
+current_version = 3.1.0
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.0.1'
+release = '3.1.0'
26
27
28
# -- General configuration ---------------------------------------------------
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "flask-babel"
-version = "3.0.1"
+version = "3.1.0"
description = "Adds i18n/l10n support for Flask applications."
authors = ["Armin Ronacher"]
6
maintainers = ["Tyler Kennedy <tk@tkte.ch>"]
0 commit comments