We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4e3997 commit 94917c5Copy full SHA for 94917c5
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [0.4.0](https://www.github.com/googleapis/python-functions/compare/v0.1.0...v0.4.0) (2020-10-02)
4
+
5
6
+### Features
7
8
+* release 0.4.0 ([#7](https://www.github.com/googleapis/python-functions/issues/7)) ([e4e3997](https://www.github.com/googleapis/python-functions/commit/e4e3997cca3d8bdafe04e4931e73da5e934cb769))
9
10
## 0.1.0 (2020-07-20)
11
12
setup.py
@@ -19,7 +19,7 @@
19
import os
20
import setuptools # type: ignore
21
22
-version = "0.1.0"
+version = "0.4.0"
23
24
package_root = os.path.abspath(os.path.dirname(__file__))
25
0 commit comments