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

Commit ac8265e

Browse files
chore(main): release 0.13.0 (#300)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Anthonios Partheniou <partheniou@google.com>
1 parent 491c04f commit ac8265e

File tree

7 files changed

+27
-6
lines changed

7 files changed

+27
-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-
".": "0.12.0"
2+
".": "0.13.0"
33
}

CHANGELOG.md

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

3+
## [0.13.0](https://github.com/googleapis/python-analytics-admin/compare/v0.12.0...v0.13.0) (2022-12-14)
4+
5+
6+
### Features
7+
8+
* Add typing to proto.Message based class attributes ([6fb3129](https://github.com/googleapis/python-analytics-admin/commit/6fb3129a9a558cf1e08d472ae1aa516a9c9bf132))
9+
10+
11+
### Bug Fixes
12+
13+
* **deps:** Require google-api-core &gt;=1.34.0, >=2.11.0 ([28dc93b](https://github.com/googleapis/python-analytics-admin/commit/28dc93b4609d3e0934a1841e407749ab16c00d09))
14+
* Drop usage of pkg_resources ([28dc93b](https://github.com/googleapis/python-analytics-admin/commit/28dc93b4609d3e0934a1841e407749ab16c00d09))
15+
* Fix timeout default values ([28dc93b](https://github.com/googleapis/python-analytics-admin/commit/28dc93b4609d3e0934a1841e407749ab16c00d09))
16+
17+
18+
### Documentation
19+
20+
* **samples:** Snippetgen handling of repeated enum field ([6fb3129](https://github.com/googleapis/python-analytics-admin/commit/6fb3129a9a558cf1e08d472ae1aa516a9c9bf132))
21+
* **samples:** Snippetgen should call await on the operation coroutine before calling result ([28dc93b](https://github.com/googleapis/python-analytics-admin/commit/28dc93b4609d3e0934a1841e407749ab16c00d09))
22+
* Updates the `properties_run_access_report` sample to return aggregated data instead of individual data access records ([#298](https://github.com/googleapis/python-analytics-admin/issues/298)) ([86568d1](https://github.com/googleapis/python-analytics-admin/commit/86568d1e39d19f3e51996dd6e319c40110daebaa))
23+
324
## [0.12.0](https://github.com/googleapis/python-analytics-admin/compare/v0.11.2...v0.12.0) (2022-11-07)
425

526

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.12.0" # {x-release-please-version}
16+
__version__ = "0.13.0" # {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.12.0" # {x-release-please-version}
16+
__version__ = "0.13.0" # {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.12.0" # {x-release-please-version}
16+
__version__ = "0.13.0" # {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.13.0"
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.13.0"
1212
},
1313
"snippets": [
1414
{

0 commit comments

Comments
 (0)