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

Commit

Permalink
chore: release 2.1.1 (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Jun 1, 2021
1 parent 711a330 commit 8ef0431
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
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

0 comments on commit 8ef0431

Please sign in to comment.