File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 3131COMMIT_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
Original file line number Diff line number Diff line change 2222
2323name = 'google-cloud-spanner'
2424description = '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'
You can’t perform that action at this time.
0 commit comments