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

Commit dba4793

Browse files
chore(main): release 0.18.1 (#356)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 2dfee7b commit dba4793

7 files changed

Lines changed: 13 additions & 6 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.18.0"
2+
".": "0.18.1"
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+
## [0.18.1](https://github.com/googleapis/python-analytics-admin/compare/v0.18.0...v0.18.1) (2023-07-04)
4+
5+
6+
### Bug Fixes
7+
8+
* Add async context manager return types ([#355](https://github.com/googleapis/python-analytics-admin/issues/355)) ([2dfee7b](https://github.com/googleapis/python-analytics-admin/commit/2dfee7b3e825133d8c406d7a15c68f3ac535198c))
9+
310
## [0.18.0](https://github.com/googleapis/python-analytics-admin/compare/v0.17.0...v0.18.0) (2023-06-21)
411

512

google/analytics/admin/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__ = "0.18.0" # {x-release-please-version}
16+
__version__ = "0.18.1" # {x-release-please-version}

google/analytics/admin_v1alpha/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__ = "0.18.0" # {x-release-please-version}
16+
__version__ = "0.18.1" # {x-release-please-version}

google/analytics/admin_v1beta/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__ = "0.18.0" # {x-release-please-version}
16+
__version__ = "0.18.1" # {x-release-please-version}

samples/generated_samples/snippet_metadata_google.analytics.admin.v1alpha.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-analytics-admin",
11-
"version": "0.1.0"
11+
"version": "0.18.1"
1212
},
1313
"snippets": [
1414
{

samples/generated_samples/snippet_metadata_google.analytics.admin.v1beta.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-analytics-admin",
11-
"version": "0.1.0"
11+
"version": "0.18.1"
1212
},
1313
"snippets": [
1414
{

0 commit comments

Comments
 (0)