From cb81628bab7a6073a89457af93c1669d7d48eba0 Mon Sep 17 00:00:00 2001 From: Jon Wayne Parrott Date: Mon, 26 Mar 2018 12:27:53 -0700 Subject: [PATCH 1/2] Release 1.3.0 --- spanner/CHANGELOG.md | 6 ++++++ spanner/setup.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/spanner/CHANGELOG.md b/spanner/CHANGELOG.md index 2953324eae46..533eb170ffef 100644 --- a/spanner/CHANGELOG.md +++ b/spanner/CHANGELOG.md @@ -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 diff --git a/spanner/setup.py b/spanner/setup.py index 0c618891e27a..09cd1e9a61e2 100644 --- a/spanner/setup.py +++ b/spanner/setup.py @@ -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' From a8372dc76e35e8b806d32c04e3d17fc166ab2d2c Mon Sep 17 00:00:00 2001 From: Jon Wayne Parrott Date: Mon, 26 Mar 2018 12:47:34 -0700 Subject: [PATCH 2/2] Fix lint --- spanner/google/cloud/spanner_v1/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spanner/google/cloud/spanner_v1/__init__.py b/spanner/google/cloud/spanner_v1/__init__.py index caf4e382cb7d..6ba2b6e9905d 100644 --- a/spanner/google/cloud/spanner_v1/__init__.py +++ b/spanner/google/cloud/spanner_v1/__init__.py @@ -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. """