Skip to content

Commit 9e4aa46

Browse files
committed
Revert "Version 2.0.0 (#67)"
This reverts commit f2471b4.
1 parent f2471b4 commit 9e4aa46

File tree

3 files changed

+3
-14
lines changed

3 files changed

+3
-14
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9-
## [2.0.0] - 2020-07-01
10-
### Added
11-
- Support `cloudevent` signature type ([#55], [#56])
12-
13-
### Changed
14-
- Framework will consume entire request before responding ([#66])
15-
169
## [1.4.4] - 2020-06-19
1710
### Fixed
1811
- Improve module loading ([#61])
@@ -70,8 +63,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7063
### Added
7164
- Initial release
7265

73-
[Unreleased]: https://github.com/GoogleCloudPlatform/functions-framework-python/compare/v2.0.0...HEAD
74-
[2.0.0]: https://github.com/GoogleCloudPlatform/functions-framework-python/releases/tag/v2.0.0
66+
[Unreleased]: https://github.com/GoogleCloudPlatform/functions-framework-python/compare/v1.4.4...HEAD
7567
[1.4.4]: https://github.com/GoogleCloudPlatform/functions-framework-python/releases/tag/v1.4.4
7668
[1.4.3]: https://github.com/GoogleCloudPlatform/functions-framework-python/releases/tag/v1.4.3
7769
[1.4.2]: https://github.com/GoogleCloudPlatform/functions-framework-python/releases/tag/v1.4.2
@@ -84,10 +76,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8476
[1.0.1]: https://github.com/GoogleCloudPlatform/functions-framework-python/releases/tag/v1.0.1
8577
[1.0.0]: https://github.com/GoogleCloudPlatform/functions-framework-python/releases/tag/v1.0.0
8678

87-
[#66]: https://github.com/GoogleCloudPlatform/functions-framework-python/pull/66
8879
[#61]: https://github.com/GoogleCloudPlatform/functions-framework-python/pull/61
89-
[#56]: https://github.com/GoogleCloudPlatform/functions-framework-python/pull/56
90-
[#55]: https://github.com/GoogleCloudPlatform/functions-framework-python/pull/55
9180
[#49]: https://github.com/GoogleCloudPlatform/functions-framework-python/pull/49
9281
[#44]: https://github.com/GoogleCloudPlatform/functions-framework-python/pull/44
9382
[#38]: https://github.com/GoogleCloudPlatform/functions-framework-python/pull/38

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.0.0
48+
functions-framework==1.4.4
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="2.0.0",
28+
version="1.4.4",
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)