Skip to content

Commit 0bf5eef

Browse files
author
Jon Wayne Parrott
authored
Release spanner 1.3.0 (googleapis#5115)
1 parent 6274007 commit 0bf5eef

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

spanner/CHANGELOG.md

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

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

7+
## 1.3.0
8+
9+
### Interface additions
10+
11+
- Added `spanner_v1.COMMIT_TIMESTAMP`. (#5102)
12+
713
## 1.2.0
814

915
### New features

spanner/google/cloud/spanner_v1/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
COMMIT_TIMESTAMP = 'spanner.commit_timestamp()'
3232
"""Placeholder be used to store commit timestamp of a transaction in a column.
3333
34-
This value can only be used for timestamp columns that have set the option
34+
This value can only be used for timestamp columns that have set the option
3535
``(allow_commit_timestamp=true)`` in the schema.
3636
"""
3737

spanner/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
name = 'google-cloud-spanner'
2424
description = 'Cloud Spanner API client library'
25-
version = '1.2.0'
25+
version = '1.3.0'
2626
# Should be one of:
2727
# 'Development Status :: 3 - Alpha'
2828
# 'Development Status :: 4 - Beta'

0 commit comments

Comments
 (0)