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

Commit dc7dd6b

Browse files
chore(main): release 1.10.0 (#265)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Victor Chudnovsky <[email protected]>
1 parent 99c6a3c commit dc7dd6b

File tree

7 files changed

+13
-6
lines changed

7 files changed

+13
-6
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-
".": "1.9.1"
2+
".": "1.10.0"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
# Changelog
2+
## [1.10.0](https://github.com/googleapis/python-billingbudgets/compare/v1.9.1...v1.10.0) (2023-02-27)
3+
4+
5+
### Features
6+
7+
* Enable "rest" transport in Python for services supporting numeric enums ([#264](https://github.com/googleapis/python-billingbudgets/issues/264)) ([b3aa835](https://github.com/googleapis/python-billingbudgets/commit/b3aa835362da8302a44ea54a36341d26a13ffc2b))
8+
29
## [1.9.1](https://github.com/googleapis/python-billingbudgets/compare/v1.9.0...v1.9.1) (2023-01-20)
310

411

google/cloud/billing/budgets/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__ = "1.9.1" # {x-release-please-version}
16+
__version__ = "1.10.0" # {x-release-please-version}

google/cloud/billing/budgets_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__ = "1.9.1" # {x-release-please-version}
16+
__version__ = "1.10.0" # {x-release-please-version}

google/cloud/billing/budgets_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__ = "1.9.1" # {x-release-please-version}
16+
__version__ = "1.10.0" # {x-release-please-version}

samples/generated_samples/snippet_metadata_google.cloud.billing.budgets.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-billing-budgets",
11-
"version": "0.1.0"
11+
"version": "1.10.0"
1212
},
1313
"snippets": [
1414
{

samples/generated_samples/snippet_metadata_google.cloud.billing.budgets.v1beta1.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-billing-budgets",
11-
"version": "0.1.0"
11+
"version": "1.10.0"
1212
},
1313
"snippets": [
1414
{

0 commit comments

Comments
 (0)