Skip to content

Commit c7f66fd

Browse files
authored
Version 2.2.1 (GoogleCloudPlatform#133)
1 parent b46c12b commit c7f66fd

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [2.2.1] - 2021-06-01
10+
### Changed
11+
- Update GCF Python 3.7 backwards-compatible logging ([#131])
12+
913
## [2.2.0] - 2021-05-24
1014
### Added
1115
- Relax constraint to `flask<3.0` and `click<9.0` ([#129])
@@ -105,7 +109,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
105109
### Added
106110
- Initial release
107111

108-
[Unreleased]: https://github.com/GoogleCloudPlatform/functions-framework-python/compare/v2.2.0...HEAD
112+
[Unreleased]: https://github.com/GoogleCloudPlatform/functions-framework-python/compare/v2.2.1...HEAD
113+
[2.2.1]: https://github.com/GoogleCloudPlatform/functions-framework-python/releases/tag/v2.2.1
109114
[2.2.0]: https://github.com/GoogleCloudPlatform/functions-framework-python/releases/tag/v2.2.0
110115
[2.1.3]: https://github.com/GoogleCloudPlatform/functions-framework-python/releases/tag/v2.1.3
111116
[2.1.2]: https://github.com/GoogleCloudPlatform/functions-framework-python/releases/tag/v2.1.2
@@ -126,6 +131,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
126131
[1.0.1]: https://github.com/GoogleCloudPlatform/functions-framework-python/releases/tag/v1.0.1
127132
[1.0.0]: https://github.com/GoogleCloudPlatform/functions-framework-python/releases/tag/v1.0.0
128133

134+
[#131]: https://github.com/GoogleCloudPlatform/functions-framework-python/pull/131
129135
[#129]: https://github.com/GoogleCloudPlatform/functions-framework-python/pull/129
130136
[#122]: https://github.com/GoogleCloudPlatform/functions-framework-python/pull/122
131137
[#116]: https://github.com/GoogleCloudPlatform/functions-framework-python/pull/116

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ pip install functions-framework
4545
Or, for deployment, add the Functions Framework to your `requirements.txt` file:
4646

4747
```
48-
functions-framework==2.2.0
48+
functions-framework==2.2.1
4949
```
5050

5151
## Quickstarts

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
setup(
2727
name="functions-framework",
28-
version="2.2.0",
28+
version="2.2.1",
2929
description="An open source FaaS (Function as a service) framework for writing portable Python functions -- brought to you by the Google Cloud Functions team.",
3030
long_description=long_description,
3131
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)