diff --git a/CHANGELOG.md b/CHANGELOG.md index a6d1d68..cb46b76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ [1]: https://pypi.org/project/google-cloud-redis/#history +## [2.4.0](https://www.github.com/googleapis/python-redis/compare/v2.3.0...v2.4.0) (2021-10-14) + + +### Features + +* add support for python 3.10 ([#127](https://www.github.com/googleapis/python-redis/issues/127)) ([1b53f97](https://www.github.com/googleapis/python-redis/commit/1b53f97810a19a87d2c2a51dac855e73c5888da5)) + ## [2.3.0](https://www.github.com/googleapis/python-redis/compare/v2.2.4...v2.3.0) (2021-10-08) diff --git a/setup.py b/setup.py index 18f72c9..e7406c4 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ name = "google-cloud-redis" description = "Google Cloud Memorystore for Redis API client library" -version = "2.3.0" +version = "2.4.0" # Should be one of: # 'Development Status :: 3 - Alpha' # 'Development Status :: 4 - Beta' @@ -78,6 +78,8 @@ "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", + "Programming Language :: Python :: 3.9", + "Programming Language :: Python :: 3.10", "Operating System :: OS Independent", "Topic :: Internet", ],