Skip to content

Commit

Permalink
chore: release main
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Nov 26, 2024
1 parent fe13507 commit 717690f
Show file tree
Hide file tree
Showing 29 changed files with 144 additions and 29 deletions.
12 changes: 6 additions & 6 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"packages/google-ads-marketingplatform-admin": "0.1.2",
"packages/google-ai-generativelanguage": "0.6.13",
"packages/google-analytics-admin": "0.23.2",
"packages/google-analytics-data": "0.18.15",
"packages/google-analytics-data": "0.18.16",
"packages/google-apps-card": "0.1.5",
"packages/google-apps-chat": "0.1.14",
"packages/google-apps-events-subscriptions": "0.1.4",
Expand Down Expand Up @@ -53,7 +53,7 @@
"packages/google-cloud-commerce-consumer-procurement": "0.1.10",
"packages/google-cloud-common": "1.4.0",
"packages/google-cloud-compute": "1.22.0",
"packages/google-cloud-confidentialcomputing": "0.4.13",
"packages/google-cloud-confidentialcomputing": "0.4.14",
"packages/google-cloud-config": "0.1.13",
"packages/google-cloud-contact-center-insights": "1.20.0",
"packages/google-cloud-container": "2.54.0",
Expand All @@ -69,8 +69,8 @@
"packages/google-cloud-dataplex": "2.4.0",
"packages/google-cloud-dataproc": "5.15.1",
"packages/google-cloud-dataproc-metastore": "1.16.1",
"packages/google-cloud-datastream": "1.10.1",
"packages/google-cloud-deploy": "2.4.1",
"packages/google-cloud-datastream": "1.11.0",
"packages/google-cloud-deploy": "2.4.2",
"packages/google-cloud-developerconnect": "0.1.5",
"packages/google-cloud-dialogflow": "2.36.0",
"packages/google-cloud-dialogflow-cx": "1.37.0",
Expand Down Expand Up @@ -105,12 +105,12 @@
"packages/google-cloud-managedkafka": "0.1.5",
"packages/google-cloud-media-translation": "0.11.13",
"packages/google-cloud-memcache": "1.10.1",
"packages/google-cloud-memorystore": "0.0.0",
"packages/google-cloud-memorystore": "0.1.0",
"packages/google-cloud-migrationcenter": "0.1.11",
"packages/google-cloud-monitoring": "2.23.1",
"packages/google-cloud-monitoring-dashboards": "2.16.1",
"packages/google-cloud-monitoring-metrics-scopes": "1.7.1",
"packages/google-cloud-netapp": "0.3.16",
"packages/google-cloud-netapp": "0.3.17",
"packages/google-cloud-network-connectivity": "2.5.1",
"packages/google-cloud-network-management": "1.22.0",
"packages/google-cloud-network-security": "0.9.13",
Expand Down
14 changes: 14 additions & 0 deletions packages/google-analytics-data/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [0.18.16](https://github.com/googleapis/google-cloud-python/compare/google-analytics-data-v0.18.15...google-analytics-data-v0.18.16) (2024-11-26)


### Features

* add `EmptyFilter` type to the Data API v1beta ([0dab0e7](https://github.com/googleapis/google-cloud-python/commit/0dab0e7888c085ed658ec2e59779bba0f41f1a79))
* add the `empty_filter` field to the `Filter` type ([0dab0e7](https://github.com/googleapis/google-cloud-python/commit/0dab0e7888c085ed658ec2e59779bba0f41f1a79))


### Documentation

* remove all references to 'GA4' in documentation ([0dab0e7](https://github.com/googleapis/google-cloud-python/commit/0dab0e7888c085ed658ec2e59779bba0f41f1a79))
* update documentation for the`RunReport` method ([0dab0e7](https://github.com/googleapis/google-cloud-python/commit/0dab0e7888c085ed658ec2e59779bba0f41f1a79))

## [0.18.15](https://github.com/googleapis/google-cloud-python/compare/google-analytics-data-v0.18.14...google-analytics-data-v0.18.15) (2024-10-31)


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.0.0" # {x-release-please-version}
__version__ = "0.18.16" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.0.0" # {x-release-please-version}
__version__ = "0.18.16" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.0.0" # {x-release-please-version}
__version__ = "0.18.16" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-analytics-data",
"version": "0.1.0"
"version": "0.18.16"
},
"snippets": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-analytics-data",
"version": "0.1.0"
"version": "0.18.16"
},
"snippets": [
{
Expand Down
8 changes: 8 additions & 0 deletions packages/google-cloud-confidentialcomputing/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.4.14](https://github.com/googleapis/google-cloud-python/compare/google-cloud-confidentialcomputing-v0.4.13...google-cloud-confidentialcomputing-v0.4.14) (2024-11-26)


### Features

* Add a token_type options proto to allow for customization of specific token types ([f8900f4](https://github.com/googleapis/google-cloud-python/commit/f8900f40bb825b25a0cf5727f6992397662bb6a2))
* Added the first token type option to hold principal tag token options ([f8900f4](https://github.com/googleapis/google-cloud-python/commit/f8900f40bb825b25a0cf5727f6992397662bb6a2))

## [0.4.13](https://github.com/googleapis/google-cloud-python/compare/google-cloud-confidentialcomputing-v0.4.12...google-cloud-confidentialcomputing-v0.4.13) (2024-10-31)


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.0.0" # {x-release-please-version}
__version__ = "0.4.14" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.0.0" # {x-release-please-version}
__version__ = "0.4.14" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-confidentialcomputing",
"version": "0.1.0"
"version": "0.4.14"
},
"snippets": [
{
Expand Down
60 changes: 60 additions & 0 deletions packages/google-cloud-datastream/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,65 @@
# Changelog

## [1.11.0](https://github.com/googleapis/google-cloud-python/compare/google-cloud-datastream-v1.10.1...google-cloud-datastream-v1.11.0) (2024-11-26)


### Features

* A new field `append_only` is added to message `.google.cloud.datastream.v1.BigQueryDestinationConfig` ([e3cdd49](https://github.com/googleapis/google-cloud-python/commit/e3cdd49f466bdec4e98fd14f9b49fa8e307d795d))
* A new field `binary_log_parser` is added to message `.google.cloud.datastream.v1.OracleSourceConfig` ([e3cdd49](https://github.com/googleapis/google-cloud-python/commit/e3cdd49f466bdec4e98fd14f9b49fa8e307d795d))
* A new field `binary_log_position` is added to message `.google.cloud.datastream.v1.MysqlSourceConfig` ([e3cdd49](https://github.com/googleapis/google-cloud-python/commit/e3cdd49f466bdec4e98fd14f9b49fa8e307d795d))
* A new field `gtid` is added to message `.google.cloud.datastream.v1.MysqlSourceConfig` ([e3cdd49](https://github.com/googleapis/google-cloud-python/commit/e3cdd49f466bdec4e98fd14f9b49fa8e307d795d))
* A new field `last_recovery_time` is added to message `.google.cloud.datastream.v1.Stream` ([e3cdd49](https://github.com/googleapis/google-cloud-python/commit/e3cdd49f466bdec4e98fd14f9b49fa8e307d795d))
* A new field `log_miner` is added to message `.google.cloud.datastream.v1.OracleSourceConfig` ([e3cdd49](https://github.com/googleapis/google-cloud-python/commit/e3cdd49f466bdec4e98fd14f9b49fa8e307d795d))
* A new field `merge` is added to message `.google.cloud.datastream.v1.BigQueryDestinationConfig` ([e3cdd49](https://github.com/googleapis/google-cloud-python/commit/e3cdd49f466bdec4e98fd14f9b49fa8e307d795d))
* A new field `oracle_asm_config` is added to message `.google.cloud.datastream.v1.OracleProfile` ([e3cdd49](https://github.com/googleapis/google-cloud-python/commit/e3cdd49f466bdec4e98fd14f9b49fa8e307d795d))
* A new field `oracle_ssl_config` is added to message `.google.cloud.datastream.v1.OracleProfile` ([e3cdd49](https://github.com/googleapis/google-cloud-python/commit/e3cdd49f466bdec4e98fd14f9b49fa8e307d795d))
* A new field `secret_manager_stored_password` is added to message `.google.cloud.datastream.v1.OracleProfile` ([e3cdd49](https://github.com/googleapis/google-cloud-python/commit/e3cdd49f466bdec4e98fd14f9b49fa8e307d795d))
* A new field `sql_server_excluded_objects` is added to message `.google.cloud.datastream.v1.Stream` ([e3cdd49](https://github.com/googleapis/google-cloud-python/commit/e3cdd49f466bdec4e98fd14f9b49fa8e307d795d))
* A new field `sql_server_identifier` is added to message `.google.cloud.datastream.v1.SourceObjectIdentifier` ([e3cdd49](https://github.com/googleapis/google-cloud-python/commit/e3cdd49f466bdec4e98fd14f9b49fa8e307d795d))
* A new field `sql_server_profile` is added to message `.google.cloud.datastream.v1.ConnectionProfile` ([e3cdd49](https://github.com/googleapis/google-cloud-python/commit/e3cdd49f466bdec4e98fd14f9b49fa8e307d795d))
* A new field `sql_server_rdbms` is added to message `.google.cloud.datastream.v1.DiscoverConnectionProfileRequest` ([e3cdd49](https://github.com/googleapis/google-cloud-python/commit/e3cdd49f466bdec4e98fd14f9b49fa8e307d795d))
* A new field `sql_server_rdbms` is added to message `.google.cloud.datastream.v1.DiscoverConnectionProfileResponse` ([e3cdd49](https://github.com/googleapis/google-cloud-python/commit/e3cdd49f466bdec4e98fd14f9b49fa8e307d795d))
* A new field `sql_server_source_config` is added to message `.google.cloud.datastream.v1.SourceConfig` ([e3cdd49](https://github.com/googleapis/google-cloud-python/commit/e3cdd49f466bdec4e98fd14f9b49fa8e307d795d))
* A new message `AppendOnly` is added ([e3cdd49](https://github.com/googleapis/google-cloud-python/commit/e3cdd49f466bdec4e98fd14f9b49fa8e307d795d))
* A new message `BinaryLogParser` is added ([e3cdd49](https://github.com/googleapis/google-cloud-python/commit/e3cdd49f466bdec4e98fd14f9b49fa8e307d795d))
* A new message `BinaryLogPosition` is added ([e3cdd49](https://github.com/googleapis/google-cloud-python/commit/e3cdd49f466bdec4e98fd14f9b49fa8e307d795d))
* A new message `CdcStrategy` is added ([e3cdd49](https://github.com/googleapis/google-cloud-python/commit/e3cdd49f466bdec4e98fd14f9b49fa8e307d795d))
* A new message `Gtid` is added ([e3cdd49](https://github.com/googleapis/google-cloud-python/commit/e3cdd49f466bdec4e98fd14f9b49fa8e307d795d))
* A new message `LogMiner` is added ([e3cdd49](https://github.com/googleapis/google-cloud-python/commit/e3cdd49f466bdec4e98fd14f9b49fa8e307d795d))
* A new message `Merge` is added ([e3cdd49](https://github.com/googleapis/google-cloud-python/commit/e3cdd49f466bdec4e98fd14f9b49fa8e307d795d))
* A new message `MysqlLogPosition` is added ([e3cdd49](https://github.com/googleapis/google-cloud-python/commit/e3cdd49f466bdec4e98fd14f9b49fa8e307d795d))
* A new message `OracleAsmConfig` is added ([e3cdd49](https://github.com/googleapis/google-cloud-python/commit/e3cdd49f466bdec4e98fd14f9b49fa8e307d795d))
* A new message `OracleScnPosition` is added ([e3cdd49](https://github.com/googleapis/google-cloud-python/commit/e3cdd49f466bdec4e98fd14f9b49fa8e307d795d))
* A new message `OracleSslConfig` is added ([e3cdd49](https://github.com/googleapis/google-cloud-python/commit/e3cdd49f466bdec4e98fd14f9b49fa8e307d795d))
* A new message `RunStreamRequest` is added ([e3cdd49](https://github.com/googleapis/google-cloud-python/commit/e3cdd49f466bdec4e98fd14f9b49fa8e307d795d))
* A new message `SqlServerChangeTables` is added ([e3cdd49](https://github.com/googleapis/google-cloud-python/commit/e3cdd49f466bdec4e98fd14f9b49fa8e307d795d))
* A new message `SqlServerColumn` is added ([e3cdd49](https://github.com/googleapis/google-cloud-python/commit/e3cdd49f466bdec4e98fd14f9b49fa8e307d795d))
* A new message `SqlServerLsnPosition` is added ([e3cdd49](https://github.com/googleapis/google-cloud-python/commit/e3cdd49f466bdec4e98fd14f9b49fa8e307d795d))
* A new message `SqlServerObjectIdentifier` is added ([e3cdd49](https://github.com/googleapis/google-cloud-python/commit/e3cdd49f466bdec4e98fd14f9b49fa8e307d795d))
* A new message `SqlServerProfile` is added ([e3cdd49](https://github.com/googleapis/google-cloud-python/commit/e3cdd49f466bdec4e98fd14f9b49fa8e307d795d))
* A new message `SqlServerRdbms` is added ([e3cdd49](https://github.com/googleapis/google-cloud-python/commit/e3cdd49f466bdec4e98fd14f9b49fa8e307d795d))
* A new message `SqlServerSchema` is added ([e3cdd49](https://github.com/googleapis/google-cloud-python/commit/e3cdd49f466bdec4e98fd14f9b49fa8e307d795d))
* A new message `SqlServerSourceConfig` is added ([e3cdd49](https://github.com/googleapis/google-cloud-python/commit/e3cdd49f466bdec4e98fd14f9b49fa8e307d795d))
* A new message `SqlServerTable` is added ([e3cdd49](https://github.com/googleapis/google-cloud-python/commit/e3cdd49f466bdec4e98fd14f9b49fa8e307d795d))
* A new message `SqlServerTransactionLogs` is added ([e3cdd49](https://github.com/googleapis/google-cloud-python/commit/e3cdd49f466bdec4e98fd14f9b49fa8e307d795d))
* A new method `RunStream` is added to service `Datastream` ([e3cdd49](https://github.com/googleapis/google-cloud-python/commit/e3cdd49f466bdec4e98fd14f9b49fa8e307d795d))
* A new value `WARNING` is added to enum `State` ([e3cdd49](https://github.com/googleapis/google-cloud-python/commit/e3cdd49f466bdec4e98fd14f9b49fa8e307d795d))


### Documentation

* A comment for field `dataset_id` in message `.google.cloud.datastream.v1.BigQueryDestinationConfig` is changed ([e3cdd49](https://github.com/googleapis/google-cloud-python/commit/e3cdd49f466bdec4e98fd14f9b49fa8e307d795d))
* A comment for field `password` in message `.google.cloud.datastream.v1.MysqlProfile` is changed ([e3cdd49](https://github.com/googleapis/google-cloud-python/commit/e3cdd49f466bdec4e98fd14f9b49fa8e307d795d))
* A comment for field `password` in message `.google.cloud.datastream.v1.OracleProfile` is changed ([e3cdd49](https://github.com/googleapis/google-cloud-python/commit/e3cdd49f466bdec4e98fd14f9b49fa8e307d795d))
* A comment for field `password` in message `.google.cloud.datastream.v1.PostgresqlProfile` is changed ([e3cdd49](https://github.com/googleapis/google-cloud-python/commit/e3cdd49f466bdec4e98fd14f9b49fa8e307d795d))
* A comment for field `requested_cancellation` in message `.google.cloud.datastream.v1.OperationMetadata` is changed ([e3cdd49](https://github.com/googleapis/google-cloud-python/commit/e3cdd49f466bdec4e98fd14f9b49fa8e307d795d))
* A comment for field `state` in message `.google.cloud.datastream.v1.BackfillJob` is changed ([e3cdd49](https://github.com/googleapis/google-cloud-python/commit/e3cdd49f466bdec4e98fd14f9b49fa8e307d795d))
* A comment for field `state` in message `.google.cloud.datastream.v1.Validation` is changed ([e3cdd49](https://github.com/googleapis/google-cloud-python/commit/e3cdd49f466bdec4e98fd14f9b49fa8e307d795d))
* A comment for field `stream_large_objects` in message `.google.cloud.datastream.v1.OracleSourceConfig` is changed ([e3cdd49](https://github.com/googleapis/google-cloud-python/commit/e3cdd49f466bdec4e98fd14f9b49fa8e307d795d))
* A comment for message `MysqlProfile` is changed ([e3cdd49](https://github.com/googleapis/google-cloud-python/commit/e3cdd49f466bdec4e98fd14f9b49fa8e307d795d))
* A comment for message `OracleProfile` is changed ([e3cdd49](https://github.com/googleapis/google-cloud-python/commit/e3cdd49f466bdec4e98fd14f9b49fa8e307d795d))

## [1.10.1](https://github.com/googleapis/google-cloud-python/compare/google-cloud-datastream-v1.10.0...google-cloud-datastream-v1.10.1) (2024-10-31)


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.0.0" # {x-release-please-version}
__version__ = "1.11.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.0.0" # {x-release-please-version}
__version__ = "1.11.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.0.0" # {x-release-please-version}
__version__ = "1.11.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-datastream",
"version": "0.1.0"
"version": "1.11.0"
},
"snippets": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-datastream",
"version": "0.1.0"
"version": "1.11.0"
},
"snippets": [
{
Expand Down
8 changes: 8 additions & 0 deletions packages/google-cloud-deploy/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [2.4.2](https://github.com/googleapis/google-cloud-python/compare/google-cloud-deploy-v2.4.1...google-cloud-deploy-v2.4.2) (2024-11-26)


### Documentation

* `skaffold_version` field is no longer explicitly marked as optional ([d26c55b](https://github.com/googleapis/google-cloud-python/commit/d26c55b78f1522dd3a1628dc41d4c76063334c25))
* documentation improvements ([d26c55b](https://github.com/googleapis/google-cloud-python/commit/d26c55b78f1522dd3a1628dc41d4c76063334c25))

## [2.4.1](https://github.com/googleapis/google-cloud-python/compare/google-cloud-deploy-v2.4.0...google-cloud-deploy-v2.4.1) (2024-11-21)


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.0.0" # {x-release-please-version}
__version__ = "2.4.2" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.0.0" # {x-release-please-version}
__version__ = "2.4.2" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-deploy",
"version": "0.1.0"
"version": "2.4.2"
},
"snippets": [
{
Expand Down
12 changes: 11 additions & 1 deletion packages/google-cloud-memorystore/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,11 @@
# Changelog
# Changelog

## 0.1.0 (2024-11-26)


### Features

* add initial files for google.cloud.memorystore.v1 ([6ef2cae](https://github.com/googleapis/google-cloud-python/commit/6ef2caeb89e7476fce4c2e1c9c8bde8e9e4b98a8))
* add initial files for google.cloud.memorystore.v1beta ([6ef2cae](https://github.com/googleapis/google-cloud-python/commit/6ef2caeb89e7476fce4c2e1c9c8bde8e9e4b98a8))

## Changelog
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.0.0" # {x-release-please-version}
__version__ = "0.1.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.0.0" # {x-release-please-version}
__version__ = "0.1.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.0.0" # {x-release-please-version}
__version__ = "0.1.0" # {x-release-please-version}
15 changes: 15 additions & 0 deletions packages/google-cloud-netapp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [0.3.17](https://github.com/googleapis/google-cloud-python/compare/google-cloud-netapp-v0.3.16...google-cloud-netapp-v0.3.17) (2024-11-26)


### Features

* Add EstablishPeering API for Onprem Migration ([2b05355](https://github.com/googleapis/google-cloud-python/commit/2b053555536107335ff5ea08b37fdfbeed864e6a))
* Add new Active Directory state for AD Diagnostics support ([2b05355](https://github.com/googleapis/google-cloud-python/commit/2b053555536107335ff5ea08b37fdfbeed864e6a))
* Add Sync API for Replications ([2b05355](https://github.com/googleapis/google-cloud-python/commit/2b053555536107335ff5ea08b37fdfbeed864e6a))
* Enable creation of Onprem Migration in CreateVolume ([2b05355](https://github.com/googleapis/google-cloud-python/commit/2b053555536107335ff5ea08b37fdfbeed864e6a))


### Documentation

* Docs now do not allow underscore in IDs of various Resources ([2b05355](https://github.com/googleapis/google-cloud-python/commit/2b053555536107335ff5ea08b37fdfbeed864e6a))

## [0.3.16](https://github.com/googleapis/google-cloud-python/compare/google-cloud-netapp-v0.3.15...google-cloud-netapp-v0.3.16) (2024-11-11)


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.0.0" # {x-release-please-version}
__version__ = "0.3.17" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.0.0" # {x-release-please-version}
__version__ = "0.3.17" # {x-release-please-version}
Loading

0 comments on commit 717690f

Please sign in to comment.