8000 chor: Update repo to say beta release instead of alpha (#691) · googleapis/python-spanner-django@2144d09 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2144d09

Browse files
authored
chor: Update repo to say beta release instead of alpha (#691)
* fix: Bump version number after 2.2.1b2 release * Update setup.py Current release is beta so updating the same in setup.py
1 parent 5f9750e commit 2144d09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# 'Development Status :: 3 - Alpha'
1717
# 'Development Status :: 4 - Beta'
1818
# 'Development Status :: 5 - Production/Stable'
19-
release_status = "Development Status :: 3 - Alpha"
19+
release_status = "Development Status :: 4 - Beta"
2020
dependencies = ["sqlparse >= 0.3.0", "google-cloud-spanner >= 3.0.0"]
2121
extras = {
2222
"tracing": [

0 commit comments

Comments
 (0)
0