Skip to content

Commit db5c2a1

Browse files
committed
Bump version: 3.1.0 → 3.1.1
1 parent 6ca29cd commit db5c2a1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 3.1.0
2+
current_version = 3.1.1
33
commit = True
44
tag = True
55

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
author = 'Armin Ronacher'
2323

2424
# The full version, including alpha/beta/rc tags
25-
release = '3.1.0'
25+
release = '3.1.1'
2626

2727

2828
# -- General configuration ---------------------------------------------------

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "flask-babel"
3-
version = "3.1.0"
3+
version = "3.1.1"
44
description = "Adds i18n/l10n support for Flask applications."
55
authors = ["Armin Ronacher"]
66
maintainers = ["Tyler Kennedy <[email protected]>"]

0 commit comments

Comments
 (0)