Skip to content

Commit 83bffc2

Browse files
authored
chore(django-google-spanner): release 5.0.0 (#16896)
PR created by the Librarian CLI to initialize a release. Merging this PR will auto trigger a release. Librarian Version: v0.11.0 Language Image: us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/python-librarian-generator@sha256:234b9d1f2ddb057ed7ac6a38db0bf8163d839c65c6cf88ade52530cddebce59e <details><summary>django-google-spanner: v5.0.0</summary> ## [v5.0.0](noahdietz/google-cloud-python@django-google-spanner-v4.0.3...django-google-spanner-v5.0.0) (2026-04-30) ### Breaking changes * Dropped support for Django 3.2 and 4.2. * Minimum supported Python version is now 3.10 (as required by Django 5.2). ### Features * Add support for Django 5.2 </details>
1 parent f3cb4ad commit 83bffc2

4 files changed

Lines changed: 14 additions & 3 deletions

File tree

.librarian/state.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ libraries:
5050
- packages/db-dtypes/docs/README.rst
5151
tag_format: '{id}-v{version}'
5252
- id: django-google-spanner
53-
version: 4.0.3
53+
version: 5.0.0
5454
last_generated_commit: ""
5555
apis: []
5656
source_roots:

librarian.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ libraries:
6666
python:
6767
library_type: INTEGRATION
6868
- name: django-google-spanner
69-
version: 4.0.3
69+
version: 5.0.0
7070
python:
7171
library_type: INTEGRATION
7272
- name: gapic-generator

packages/django-google-spanner/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@
44

55
[1]: https://pypi.org/project/django-google-spanner/#history
66

7+
## [5.0.0](https://github.com/googleapis/google-cloud-python/compare/django-google-spanner-v4.0.3...django-google-spanner-v5.0.0) (2026-05-01 )
8+
9+
### Breaking changes
10+
11+
* Dropped support for Django 3.2 and 4.2.
12+
* Minimum supported Python version is now 3.10 (as required by Django 5.2).
13+
14+
### Features
15+
16+
* Add support for Django 5.2
17+
718
## [4.0.3](https://github.com/googleapis/google-cloud-python/compare/django-google-spanner-v4.0.2...django-google-spanner-v4.0.3) (2026-03-23)
819

920

packages/django-google-spanner/django_spanner/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
# license that can be found in the LICENSE file or at
55
# https://developers.google.com/open-source/licenses/bsd
66

7-
__version__ = "4.0.3"
7+
__version__ = "5.0.0"

0 commit comments

Comments
 (0)