Skip to content

Commit cb69124

Browse files
committed
Bump version: 2.0.0 → 3.0.0
1 parent 57a2ef7 commit cb69124

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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 = 2.0.0
2+
current_version = 3.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 = '2.0.0'
25+
release = '3.0.0'
2626

2727

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

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "flask-babel"
3-
version = "2.0.0"
3+
version = "3.0.0"
44
description = "Adds i18n/l10n support fo Flask applications."
55
authors = ["Armin Ronacher"]
66
maintainers = ["Tyler Kennedy <[email protected]>"]
@@ -31,7 +31,7 @@ include = [
3131
[tool.poetry.dependencies]
3232
python = "^3.7"
3333
pytz = "^2022.7"
34-
Flask = "^2.0.0"
34+
Flask = "^3.0.0"
3535
Babel = "^2.11.0"
3636
Jinja2 = "^3.1.2"
3737

0 commit comments

Comments
 (0)