Skip to content

Commit f6758e6

Browse files
chore(main): release 1.9.1 (#258)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 5076516 commit f6758e6

File tree

7 files changed

+18
-6
lines changed

7 files changed

+18
-6
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.9.0"
2+
".": "1.9.1"
33
}

packages/google-cloud-billing-budgets/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
11
# Changelog
2+
## [1.9.1](https://github.com/googleapis/python-billingbudgets/compare/v1.9.0...v1.9.1) (2023-01-20)
3+
4+
5+
### Bug Fixes
6+
7+
* Add context manager return types ([d71d558](https://github.com/googleapis/python-billingbudgets/commit/d71d5584d252d2804e12d0b951bf0ec8207dde0d))
8+
9+
10+
### Documentation
11+
12+
* Add documentation for enums ([d71d558](https://github.com/googleapis/python-billingbudgets/commit/d71d5584d252d2804e12d0b951bf0ec8207dde0d))
13+
214
## [1.9.0](https://github.com/googleapis/python-billingbudgets/compare/v1.8.0...v1.9.0) (2023-01-10)
315

416

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

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

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

packages/google-cloud-billing-budgets/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.9.1"
1212
},
1313
"snippets": [
1414
{

packages/google-cloud-billing-budgets/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.9.1"
1212
},
1313
"snippets": [
1414
{

0 commit comments

Comments
 (0)