Skip to content
This repository was archived by the owner on Sep 5, 2023. It is now read-only.

Commit 238984f

Browse files
chore(main): release 2.16.0 (#403)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 10c02e5 commit 238984f

File tree

6 files changed

+12
-5
lines changed

6 files changed

+12
-5
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.15.1"
2+
".": "2.16.0"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [2.16.0](https://github.com/googleapis/python-secret-manager/compare/v2.15.1...v2.16.0) (2023-02-28)
4+
5+
6+
### Features
7+
8+
* Enable "rest" transport in Python for services supporting numeric enums ([10c02e5](https://github.com/googleapis/python-secret-manager/commit/10c02e52e99182886f2e96b2834aefb41436b28b))
9+
310
## [2.15.1](https://github.com/googleapis/python-secret-manager/compare/v2.15.0...v2.15.1) (2023-01-20)
411

512

google/cloud/secretmanager/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "2.15.1" # {x-release-please-version}
16+
__version__ = "2.16.0" # {x-release-please-version}

google/cloud/secretmanager_v1/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "2.15.1" # {x-release-please-version}
16+
__version__ = "2.16.0" # {x-release-please-version}

google/cloud/secretmanager_v1beta1/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "2.15.1" # {x-release-please-version}
16+
__version__ = "2.16.0" # {x-release-please-version}

samples/generated_samples/snippet_metadata_google.cloud.secretmanager.v1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"language": "PYTHON",
1010
"name": "google-cloud-secret-manager",
11-
"version": "0.1.0"
11+
"version": "2.16.0"
1212
},
1313
"snippets": [
1414
{

0 commit comments

Comments
 (0)