From be2a221d3421b5239a7226fd13856a50dc74c205 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Fri, 24 Sep 2021 15:10:25 +0000 Subject: [PATCH] chore: release 0.5.1 --- CHANGELOG.md | 7 +++++++ setup.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 90367e4e..1eb7fe16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [0.5.1](https://www.github.com/googleapis/python-analytics-admin/compare/v0.5.0...v0.5.1) (2021-09-24) + + +### Bug Fixes + +* add 'dict' annotation type to 'request' ([256c880](https://www.github.com/googleapis/python-analytics-admin/commit/256c880c486761e32c00ece8ee40ee3a23d87bdb)) + ## [0.5.0](https://www.github.com/googleapis/python-analytics-admin/compare/v0.4.3...v0.5.0) (2021-08-25) diff --git a/setup.py b/setup.py index aaed8f58..504cfdfb 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ import os import setuptools # type: ignore -version = "0.5.0" +version = "0.5.1" package_root = os.path.abspath(os.path.dirname(__file__))