From c8bf8e3385887cb551e5ccc55c915e46b7c7db0a Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Mon, 27 Sep 2021 15:40:11 +0000 Subject: [PATCH] chore: release 0.4.1 (#88) :robot: I have created a release \*beep\* \*boop\* --- ### [0.4.1](https://www.github.com/googleapis/python-notebooks/compare/v0.4.0...v0.4.1) (2021-09-24) ### Bug Fixes * add 'dict' annotation type to 'request' ([e1246c8](https://www.github.com/googleapis/python-notebooks/commit/e1246c878c3716181a03dbabee4c5d73e809087f)) --- 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 6ef3acd..490f640 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [0.4.1](https://www.github.com/googleapis/python-notebooks/compare/v0.4.0...v0.4.1) (2021-09-24) + + +### Bug Fixes + +* add 'dict' annotation type to 'request' ([e1246c8](https://www.github.com/googleapis/python-notebooks/commit/e1246c878c3716181a03dbabee4c5d73e809087f)) + ## [0.4.0](https://www.github.com/googleapis/python-notebooks/compare/v0.3.2...v0.4.0) (2021-08-31) diff --git a/setup.py b/setup.py index 38f5c1f..9ac6db3 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ import os import setuptools # type: ignore -version = "0.4.0" +version = "0.4.1" package_root = os.path.abspath(os.path.dirname(__file__))