Skip to content

Commit

Permalink
chore(v1): release 1.19.2 (#712)
Browse files Browse the repository at this point in the history
* 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 <busunkim@google.com>
  • Loading branch information
release-please[bot] and busunkim96 committed Apr 7, 2022
1 parent bbe8d85 commit 8ab72f7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@

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

### [1.19.2](https://github.com/googleapis/python-spanner/compare/v1.19.1...v1.19.2) (2022-04-07)


### Bug Fixes

* **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))

### [1.19.1](https://www.github.com/googleapis/python-spanner/compare/v1.19.0...v1.19.1) (2020-10-13)


Expand Down
1 change: 1 addition & 0 deletions noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ def system(session):
"mock",
"pytest",
"google-cloud-testutils",
"pytz",
)
session.install("-e", ".[tracing]")

Expand Down
2 changes: 1 addition & 1 deletion 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.19.1"
version = "1.19.2"
# Should be one of:
# 'Development Status :: 3 - Alpha'
# 'Development Status :: 4 - Beta'
Expand Down

0 comments on commit 8ab72f7

Please sign in to comment.