From 4eac89bfc44f97c2c633ffb7bb6df0570da6698b Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Thu, 25 Feb 2021 00:58:08 +0000 Subject: [PATCH] chore: release 0.4.0 (#40) :robot: I have created a release \*beep\* \*boop\* --- ## [0.4.0](https://www.github.com/googleapis/python-analytics-data/compare/v0.3.0...v0.4.0) (2021-02-25) ### Features * add v1beta ([#35](https://www.github.com/googleapis/python-analytics-data/issues/35)) ([8b43efe](https://www.github.com/googleapis/python-analytics-data/commit/8b43efe93086e1846ad68173fac3929492e98e0a)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --- CHANGELOG.md | 7 +++++++ setup.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 154a420..3d87aa2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.4.0](https://www.github.com/googleapis/python-analytics-data/compare/v0.3.0...v0.4.0) (2021-02-25) + + +### Features + +* add v1beta ([#35](https://www.github.com/googleapis/python-analytics-data/issues/35)) ([8b43efe](https://www.github.com/googleapis/python-analytics-data/commit/8b43efe93086e1846ad68173fac3929492e98e0a)) + ## [0.3.0](https://www.github.com/googleapis/python-analytics-data/compare/v0.2.0...v0.3.0) (2021-01-06) diff --git a/setup.py b/setup.py index 2822c64..e18e447 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ import os import setuptools # type: ignore -version = "0.3.0" +version = "0.4.0" package_root = os.path.abspath(os.path.dirname(__file__))