Skip to content

Commit a754ead

Browse files
committed
Bump version: 3.1.1 → 4.0.0
1 parent d42f50c commit a754ead

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 3.1.1
2+
current_version = 4.0.0
33
commit = True
44
tag = True
55

docs/conf.py

Lines changed: 1 addition & 1 deletion
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.1'
25+
release = '4.0.0'
2626

2727

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

pyproject.toml

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

0 commit comments

Comments
 (0)