forked from orbit-oss/flask
Merge pull request #5081 from pallets/release-2.2.4
release version 2.2.4
This commit is contained in:
commit
ddc7accaa2
3 changed files with 3 additions and 3 deletions
2
.github/workflows/tests.yaml
vendored
2
.github/workflows/tests.yaml
vendored
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
Version 2.2.4
|
||||
-------------
|
||||
|
||||
Unreleased
|
||||
Released 2023-04-25
|
||||
|
||||
- Update for compatibility with Werkzeug 2.3.
|
||||
|
||||
|
|
|
|||
|
|
@ -42,7 +42,7 @@ from .templating import render_template_string as render_template_string
|
|||
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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue