Skip to content
This repository was archived by the owner on Mar 20, 2026. It is now read-only.
Merged
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
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@

from setuptools import find_packages, setup

version = '2.2a0'

install_requires = [
'sqlparse >= 0.3.0',
'google-cloud >= 0.34.0',
Expand All @@ -17,7 +19,7 @@
# Duplicate version here rather than using
# __import__('django_spanner').__version__ because that file imports
# django and google.cloud which may not be installed.
version='2.2a0',
version=version,
author='Google LLC',
author_email='cloud-spanner-developers@googlegroups.com',
description=('Bridge to enable using Django with Spanner.'),
Expand Down