From f0254af9a85859f55bf1dbc7608c4a19be270368 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2020 19:06:05 +0000 Subject: [PATCH] chore: release 1.0.0 (#21) :robot: I have created a release \*beep\* \*boop\* --- ## [1.0.0](https://www.github.com/googleapis/python-oslogin/compare/v0.3.0...v1.0.0) (2020-06-03) ### Features * set release_status to production/stable ([#11](https://www.github.com/googleapis/python-oslogin/issues/11)) ([b695e81](https://www.github.com/googleapis/python-oslogin/commit/b695e81b4f9a45af162d04d68a1c588ea0aa3de7)) --- 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 b357267..c8ce00d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ [1]: https://pypi.org/project/google-cloud-oslogin/#history +## [1.0.0](https://www.github.com/googleapis/python-oslogin/compare/v0.3.0...v1.0.0) (2020-06-03) + + +### Features + +* set release_status to production/stable ([#11](https://www.github.com/googleapis/python-oslogin/issues/11)) ([b695e81](https://www.github.com/googleapis/python-oslogin/commit/b695e81b4f9a45af162d04d68a1c588ea0aa3de7)) + ## [0.3.0](https://www.github.com/googleapis/python-oslogin/compare/v0.2.0...v1.0.0) (2020-04-21) diff --git a/setup.py b/setup.py index 0501684..f3aafb8 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ name = "google-cloud-os-login" description = "Google Cloud OS Login API client library" -version = "0.3.0" +version = "1.0.0" # Should be one of: # 'Development Status :: 3 - Alpha' # 'Development Status :: 4 - Beta'