From 7520458638bdf143488c714ba1b776a8e3cc2a1f Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Fri, 8 Oct 2021 17:19:01 +0000 Subject: [PATCH] chore: release 1.1.0 --- CHANGELOG.md | 7 +++++++ setup.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e65181..d4b12ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.0](https://www.github.com/googleapis/python-source-context/compare/v1.0.0...v1.1.0) (2021-10-08) + + +### Features + +* add context manager support in client ([#35](https://www.github.com/googleapis/python-source-context/issues/35)) ([e9694fd](https://www.github.com/googleapis/python-source-context/commit/e9694fd650aa24132013f7fd097b344969034b83)) + ## [1.0.0](https://www.github.com/googleapis/python-source-context/compare/v0.1.4...v1.0.0) (2021-10-04) diff --git a/setup.py b/setup.py index 52d2475..8db8e03 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ name = "google-cloud-source-context" description = "Python client for Source Context" -version = "1.0.0" +version = "1.1.0" release_status = "Development Status :: 5 - Production/Stable" url = "https://github.com/googleapis/python-source-context" dependencies = [