Skip to content

Commit b983487

Browse files
chore(main): release 0.18.0 (#351)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 9c153dd commit b983487

File tree

7 files changed

+20
-6
lines changed

7 files changed

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

packages/google-analytics-admin/CHANGELOG.md

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

3+
## [0.18.0](https://github.com/googleapis/python-analytics-admin/compare/v0.17.0...v0.18.0) (2023-06-21)
4+
5+
6+
### Features
7+
8+
* Add `AdsWebConversionDataExportScope` enum ([d3aeb71](https://github.com/googleapis/python-analytics-admin/commit/d3aeb7186c53a69b53f7d81dc23108cfd8c6ab78))
9+
* Add the `ads_web_conversion_data_export_scope` field to the `ReportingAttributionModel` type ([d3aeb71](https://github.com/googleapis/python-analytics-admin/commit/d3aeb7186c53a69b53f7d81dc23108cfd8c6ab78))
10+
* Update the `default_uri` field of the `WebStreamData` type to be mutable ([d3aeb71](https://github.com/googleapis/python-analytics-admin/commit/d3aeb7186c53a69b53f7d81dc23108cfd8c6ab78))
11+
12+
13+
### Documentation
14+
15+
* Announce the deprecation of first-click, linear, time-decay and position-based attribution models ([d3aeb71](https://github.com/googleapis/python-analytics-admin/commit/d3aeb7186c53a69b53f7d81dc23108cfd8c6ab78))
16+
317
## [0.17.0](https://github.com/googleapis/python-analytics-admin/compare/v0.16.0...v0.17.0) (2023-05-31)
418

519

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

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

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

packages/google-analytics-admin/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.0"
1212
},
1313
"snippets": [
1414
{

packages/google-analytics-admin/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.0"
1212
},
1313
"snippets": [
1414
{

0 commit comments

Comments
 (0)