Skip to content

Releases: pallets/flask

2.0.1

21 May 15:57
bc90801
Compare
Choose a tag to compare

2.0.0

12 May 00:11
2f0c62f
Compare
Choose a tag to compare

New major versions of all the core Pallets libraries, including Flask 2.0, have been released! 🎉

This represents a significant amount of work, and there are quite a few changes. Be sure to carefully read the changelog, and use tools such as pip-compile and Dependabot to pin your dependencies and control your updates.

2.0.0rc2

03 May 14:18
d7ac6f5
Compare
Choose a tag to compare

2.0.0rc1

16 Apr 15:55
34eb0da
Compare
Choose a tag to compare

1.1.2

03 Apr 17:22
93dd170
Compare
Choose a tag to compare

1.1.x is the last version to support Python 2.7 and Python 3.5. It also contains deprecation warnings for code that will be removed in 2.0. Please pay attention to deprecation warnings in your project!

This release contains a couple bug fixes.

1.1.1

09 Jul 14:57
ffc6884
Compare
Choose a tag to compare

1.1.0

09 Jul 14:57
1b4ace9
Compare
Choose a tag to compare

1.0.4

09 Jul 14:55
626b5cc
Compare
Choose a tag to compare

1.0.3

09 Jul 14:55
99660cc
Compare
Choose a tag to compare

1.0.2

02 May 14:30
dfd3619
Compare
Choose a tag to compare

This release includes bug fixes and minor changes since 1.0.1. See the changelog for details.

Install or Upgrade

Install from PyPI with pip:

pip install -U Flask