Skip to content

Commit

Permalink
Merge pull request #5081 from pallets/release-2.2.4
Browse files Browse the repository at this point in the history
release version 2.2.4
  • Loading branch information
davidism committed Apr 25, 2023
2 parents 64bc458 + 74e0329 commit ddc7acc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- {name: '3.7', python: '3.7', os: ubuntu-latest, tox: py37}
- {name: 'PyPy', python: 'pypy-3.9', os: ubuntu-latest, tox: pypy39}
- {name: 'Pallets Minimum Versions', python: '3.11', os: ubuntu-latest, tox: py311-min}
- {name: 'Pallets Development Versions', python: '3.7', os: ubuntu-latest, tox: py37-dev}
- {name: 'Pallets Development Versions', python: '3.8', os: ubuntu-latest, tox: py38-dev}
- {name: Typing, python: '3.11', os: ubuntu-latest, tox: typing}
steps:
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
Expand Down
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Version 2.2.4
-------------

Unreleased
Released 2023-04-25

- Update for compatibility with Werkzeug 2.3.

Expand Down
2 changes: 1 addition & 1 deletion src/flask/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
from .templating import stream_template as stream_template
from .templating import stream_template_string as stream_template_string

__version__ = "2.2.3"
__version__ = "2.2.4"


def __getattr__(name):
Expand Down

0 comments on commit ddc7acc

Please sign in to comment.