Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .librarian/state.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3339,7 +3339,7 @@ libraries:
- packages/google-cloud-source-context/
tag_format: '{id}-v{version}'
- id: google-cloud-spanner
version: 3.64.0
version: 3.65.0
last_generated_commit: 3e09ac03bab9dba5b8800248cf10190219938a26
apis:
- path: google/spanner/admin/instance/v1
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__ = "3.64.0" # {x-release-please-version}
__version__ = "3.65.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__ = "3.64.0" # {x-release-please-version}
__version__ = "3.65.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__ = "3.64.0" # {x-release-please-version}
__version__ = "3.65.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__ = "3.64.0" # {x-release-please-version}
__version__ = "3.65.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__ = "3.64.0" # {x-release-please-version}
__version__ = "3.65.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
import platform

PY_VERSION = platform.python_version()
__version__ = "3.64.0"
__version__ = "3.65.0"
VERSION = __version__
DEFAULT_USER_AGENT = "gl-dbapi/" + 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__ = "3.64.0" # {x-release-please-version}
__version__ = "3.65.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-spanner-admin-database",
"version": "3.64.0"
"version": "3.65.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-spanner-admin-instance",
"version": "3.64.0"
"version": "3.65.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-spanner",
"version": "3.64.0"
"version": "3.65.0"
},
"snippets": [
{
Expand Down
Loading