Skip to content

Commit 5262afa

Browse files
authored
Version 1.2.0 (#22)
1 parent 33f629e commit 5262afa

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [1.2.0] - 2020-02-20
910
### Added
1011
- Add support for `--host` flag ([#20])
1112

@@ -34,8 +35,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3435
### Added
3536
- Initial release
3637

37-
[Unreleased]: https://github.com/GoogleCloudPlatform/functions-framework-python/compare/v1.1.1...HEAD
38-
[1.0.1]: https://github.com/GoogleCloudPlatform/functions-framework-python/releases/tag/v1.1.1
38+
[Unreleased]: https://github.com/GoogleCloudPlatform/functions-framework-python/compare/v1.2.0...HEAD
39+
[1.2.0]: https://github.com/GoogleCloudPlatform/functions-framework-python/releases/tag/v1.2.0
40+
[1.1.1]: https://github.com/GoogleCloudPlatform/functions-framework-python/releases/tag/v1.1.1
3941
[1.0.1]: https://github.com/GoogleCloudPlatform/functions-framework-python/releases/tag/v1.0.1
4042
[1.0.0]: https://github.com/GoogleCloudPlatform/functions-framework-python/releases/tag/v1.0.0
4143

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==1.1.1
48+
functions-framework==1.2.0
4949
```
5050

5151
# Quickstart: Hello, World on your local machine

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="1.1.1",
28+
version="1.2.0",
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)