Skip to content
This repository has been archived by the owner on Sep 5, 2023. It is now read-only.

chore: release 2.1.1 #56

Merged
merged 2 commits into from
Jun 1, 2021
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@

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

### [2.1.1](https://www.github.com/googleapis/python-redis/compare/v2.1.0...v2.1.1) (2021-05-28)


### Bug Fixes

* **deps:** add packaging requirement ([#76](https://www.github.com/googleapis/python-redis/issues/76)) ([7d53117](https://www.github.com/googleapis/python-redis/commit/7d53117aa37a3a9e878cad76ed1b48ec6200b7b1))
* remove libcst from requirements ([#54](https://www.github.com/googleapis/python-redis/issues/54)) ([6a10fff](https://www.github.com/googleapis/python-redis/commit/6a10fff85baceff2061807f43350fd0a7235dcac))

## [2.1.0](https://www.github.com/googleapis/python-redis/compare/v2.0.0...v2.1.0) (2021-01-29)


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-redis"
description = "Google Cloud Memorystore for Redis API client library"
version = "2.1.0"
version = "2.1.1"
# Should be one of:
# 'Development Status :: 3 - Alpha'
# 'Development Status :: 4 - Beta'
Expand Down