Skip to content

Commit cb164fe

Browse files
authored
Version 2.1.3 (GoogleCloudPlatform#123)
1 parent 22d7bb2 commit cb164fe

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9-
## [2.1.2] - 2020-02-23
9+
## [2.1.3] - 2021-04-23
10+
### Changed
11+
- Change gunicorn loglevel to error ([#122])
12+
13+
### Added
14+
- Add support for background to CloudEvent conversion ([#116])
15+
16+
## [2.1.2] - 2021-02-23
1017
### Added
1118
- Add crash header to 500 responses ([#114])
1219

@@ -94,7 +101,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
94101
### Added
95102
- Initial release
96103

97-
[Unreleased]: https://github.com/GoogleCloudPlatform/functions-framework-python/compare/v2.1.2...HEAD
104+
[Unreleased]: https://github.com/GoogleCloudPlatform/functions-framework-python/compare/v2.1.3...HEAD
105+
[2.1.3]: https://github.com/GoogleCloudPlatform/functions-framework-python/releases/tag/v2.1.3
98106
[2.1.2]: https://github.com/GoogleCloudPlatform/functions-framework-python/releases/tag/v2.1.2
99107
[2.1.1]: https://github.com/GoogleCloudPlatform/functions-framework-python/releases/tag/v2.1.1
100108
[2.1.0]: https://github.com/GoogleCloudPlatform/functions-framework-python/releases/tag/v2.1.0
@@ -113,6 +121,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
113121
[1.0.1]: https://github.com/GoogleCloudPlatform/functions-framework-python/releases/tag/v1.0.1
114122
[1.0.0]: https://github.com/GoogleCloudPlatform/functions-framework-python/releases/tag/v1.0.0
115123

124+
[#122]: https://github.com/GoogleCloudPlatform/functions-framework-python/pull/122
125+
[#116]: https://github.com/GoogleCloudPlatform/functions-framework-python/pull/116
116126
[#114]: https://github.com/GoogleCloudPlatform/functions-framework-python/pull/114
117127
[#107]: https://github.com/GoogleCloudPlatform/functions-framework-python/pull/107
118128
[#105]: https://github.com/GoogleCloudPlatform/functions-framework-python/pull/105

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.1.2
48+
functions-framework==2.1.3
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.1.2",
28+
version="2.1.3",
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)