Skip to content
Merged
Show file tree
Hide file tree
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
6 changes: 6 additions & 0 deletions spanner/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@

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

## 1.3.0

### Interface additions

- Added `spanner_v1.COMMIT_TIMESTAMP`. (#5102)

## 1.2.0

### New features
Expand Down
2 changes: 1 addition & 1 deletion spanner/google/cloud/spanner_v1/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
COMMIT_TIMESTAMP = 'spanner.commit_timestamp()'
"""Placeholder be used to store commit timestamp of a transaction in a column.

This value can only be used for timestamp columns that have set the option
This value can only be used for timestamp columns that have set the option
``(allow_commit_timestamp=true)`` in the schema.
"""

Expand Down
2 changes: 1 addition & 1 deletion spanner/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

name = 'google-cloud-spanner'
description = 'Cloud Spanner API client library'
version = '1.2.0'
version = '1.3.0'
# Should be one of:
# 'Development Status :: 3 - Alpha'
# 'Development Status :: 4 - Beta'
Expand Down