Skip to content

Commit 8ab72f7

Browse files
chore(v1): release 1.19.2 (#712)
* chore(v1): release 1.19.2 * chore: install pytz for system Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Bu Sun Kim <[email protected]>
1 parent bbe8d85 commit 8ab72f7

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

CHANGELOG.md

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

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

7+
### [1.19.2](https://github.com/googleapis/python-spanner/compare/v1.19.1...v1.19.2) (2022-04-07)
8+
9+
10+
### Bug Fixes
11+
12+
* **deps:** require google-api-core >= 1.31.5, >= 2.3.2 on v1 release ([#687](https://github.com/googleapis/python-spanner/issues/687)) ([bbe8d85](https://github.com/googleapis/python-spanner/commit/bbe8d85874b3bcb8f48fe8f7d79b779767caf1b5))
13+
714
### [1.19.1](https://www.github.com/googleapis/python-spanner/compare/v1.19.0...v1.19.1) (2020-10-13)
815

916

noxfile.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ def system(session):
133133
"mock",
134134
"pytest",
135135
"google-cloud-testutils",
136+
"pytz",
136137
)
137138
session.install("-e", ".[tracing]")
138139

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.19.1"
25+
version = "1.19.2"
2626
# Should be one of:
2727
# 'Development Status :: 3 - Alpha'
2828
# 'Development Status :: 4 - Beta'

0 commit comments

Comments
 (0)