Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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 @@ -50,7 +50,7 @@ libraries:
- packages/db-dtypes/docs/README.rst
tag_format: '{id}-v{version}'
- id: django-google-spanner
version: 4.0.3
version: 5.0.0
last_generated_commit: ""
apis: []
source_roots:
Expand Down
2 changes: 1 addition & 1 deletion librarian.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ libraries:
python:
library_type: INTEGRATION
- name: django-google-spanner
version: 4.0.3
version: 5.0.0
python:
library_type: INTEGRATION
- name: gapic-generator
Expand Down
2 changes: 1 addition & 1 deletion packages/django-google-spanner/django_spanner/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
# license that can be found in the LICENSE file or at
# https://developers.google.com/open-source/licenses/bsd

__version__ = "4.0.3"
__version__ = "5.0.0"
Loading