We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecef964 commit d6d1c8cCopy full SHA for d6d1c8c
3 files changed
.librarian/state.yaml
@@ -50,7 +50,7 @@ libraries:
50
- packages/db-dtypes/docs/README.rst
51
tag_format: '{id}-v{version}'
52
- id: django-google-spanner
53
- version: 4.0.3
+ version: 5.0.0
54
last_generated_commit: ""
55
apis: []
56
source_roots:
librarian.yaml
@@ -66,7 +66,7 @@ libraries:
66
python:
67
library_type: INTEGRATION
68
- name: django-google-spanner
69
70
71
72
- name: gapic-generator
packages/django-google-spanner/django_spanner/version.py
@@ -4,4 +4,4 @@
4
# license that can be found in the LICENSE file or at
5
# https://developers.google.com/open-source/licenses/bsd
6
7
-__version__ = "4.0.3"
+__version__ = "5.0.0"
0 commit comments