Skip to content

Commit ddc7acc

Browse files
authored
Merge pull request #5081 from pallets/release-2.2.4
release version 2.2.4
2 parents 64bc458 + 74e0329 commit ddc7acc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/tests.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- {name: '3.7', python: '3.7', os: ubuntu-latest, tox: py37}
3535
- {name: 'PyPy', python: 'pypy-3.9', os: ubuntu-latest, tox: pypy39}
3636
- {name: 'Pallets Minimum Versions', python: '3.11', os: ubuntu-latest, tox: py311-min}
37-
- {name: 'Pallets Development Versions', python: '3.7', os: ubuntu-latest, tox: py37-dev}
37+
- {name: 'Pallets Development Versions', python: '3.8', os: ubuntu-latest, tox: py38-dev}
3838
- {name: Typing, python: '3.11', os: ubuntu-latest, tox: typing}
3939
steps:
4040
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c

CHANGES.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Version 2.2.4
22
-------------
33

4-
Unreleased
4+
Released 2023-04-25
55

66
- Update for compatibility with Werkzeug 2.3.
77

src/flask/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
from .templating import stream_template as stream_template
4343
from .templating import stream_template_string as stream_template_string
4444

45-
__version__ = "2.2.3"
45+
__version__ = "2.2.4"
4646

4747

4848
def __getattr__(name):

0 commit comments

Comments
 (0)