Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 52c54b2

Browse filesBrowse files
committed
release version 2.2.1
1 parent 0d87b22 commit 52c54b2
Copy full SHA for 52c54b2

File tree

Expand file treeCollapse file tree

2 files changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+2
-2
lines changed

‎CHANGES.rst

Copy file name to clipboardExpand all lines: CHANGES.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Version 2.2.1
22
-------------
33

4-
Unreleased
4+
Released 2022-08-03
55

66
- Setting or accessing ``json_encoder`` or ``json_decoder`` raises a
77
deprecation warning. :issue:`4732`

‎src/flask/__init__.py

Copy file name to clipboardExpand all lines: src/flask/__init__.py
+1-1Lines changed: 1 addition & 1 deletion
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.1.dev"
45+
__version__ = "2.2.1"
4646

4747

4848
def __getattr__(name):

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.