From 94917c52dd83d18b8a3fd61e7f5d5c870c5a874c Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Fri, 2 Oct 2020 17:52:06 +0000 Subject: [PATCH] chore: release 0.4.0 (#11) :robot: I have created a release \*beep\* \*boop\* --- ## [0.4.0](https://www.github.com/googleapis/python-functions/compare/v0.1.0...v0.4.0) (2020-10-02) ### Features * release 0.4.0 ([#7](https://www.github.com/googleapis/python-functions/issues/7)) ([e4e3997](https://www.github.com/googleapis/python-functions/commit/e4e3997cca3d8bdafe04e4931e73da5e934cb769)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). --- CHANGELOG.md | 7 +++++++ setup.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ce933a7..b2068c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.4.0](https://www.github.com/googleapis/python-functions/compare/v0.1.0...v0.4.0) (2020-10-02) + + +### Features + +* release 0.4.0 ([#7](https://www.github.com/googleapis/python-functions/issues/7)) ([e4e3997](https://www.github.com/googleapis/python-functions/commit/e4e3997cca3d8bdafe04e4931e73da5e934cb769)) + ## 0.1.0 (2020-07-20) diff --git a/setup.py b/setup.py index b82ddc9..ff89512 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ import os import setuptools # type: ignore -version = "0.1.0" +version = "0.4.0" package_root = os.path.abspath(os.path.dirname(__file__))