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

Commit ea1fb1d

Browse files
chore(main): release 1.4.1 (#200)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent aa7978e commit ea1fb1d

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.4.1](https://github.com/googleapis/python-memcache/compare/v1.4.0...v1.4.1) (2022-07-13)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** require google-api-core>=1.32.0,>=2.8.0 ([#199](https://github.com/googleapis/python-memcache/issues/199)) ([aa7978e](https://github.com/googleapis/python-memcache/commit/aa7978edd9b6fbe831775622ed3066e39112c2b1))
9+
310
## [1.4.0](https://github.com/googleapis/python-memcache/compare/v1.3.2...v1.4.0) (2022-07-06)
411

512

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-memcache"
2424
description = "Memorystore for Memcached API client library"
25-
version = "1.4.0"
25+
version = "1.4.1"
2626
release_status = "Development Status :: 5 - Production/Stable"
2727
dependencies = [
2828
"google-api-core[grpc] >= 1.32.0, <3.0.0dev,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.*,!=2.4.*,!=2.5.*,!=2.6.*,!=2.7.*",

0 commit comments

Comments
 (0)