File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 2 .0.0
2+ current_version = 3 .0.0
33commit = True
44tag = True
55
Original file line number Diff line number Diff line change 2222author = '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 ---------------------------------------------------
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " flask-babel"
3- version = " 2 .0.0"
3+ version = " 3 .0.0"
44description = " Adds i18n/l10n support fo Flask applications."
55authors = [" Armin Ronacher" ]
66maintainers = [
" Tyler Kennedy <[email protected] >" ]
@@ -31,7 +31,7 @@ include = [
3131[tool .poetry .dependencies ]
3232python = " ^3.7"
3333pytz = " ^2022.7"
34- Flask = " ^2 .0.0"
34+ Flask = " ^3 .0.0"
3535Babel = " ^2.11.0"
3636Jinja2 = " ^3.1.2"
3737
You can’t perform that action at this time.
0 commit comments