Merge pull request #141 from pinterest/prelease-141

Release 1.4.1
This commit is contained in:
Nicholas Charriere 2017-02-18 11:04:52 -08:00 committed by GitHub
commit f8137fc4b0
3 changed files with 10 additions and 2 deletions

View File

@ -1,5 +1,13 @@
Change Log
==========
New in version 1.4.1
--------------------
* Python 3 serializations [fixes](https://github.com/pinterest/pymemcache/pull/131)
* Drop support for pypy3
* Comment cleanup
* Add gets_many to hash_client
* Better checking for illegal chars in key
New in version 1.4.0
--------------------
* Unicode keys support. It is now possible to pass the flag `allow_unicode_keys` when creating the clients, thanks @jogo!

View File

@ -1,2 +1,2 @@
__version__ = '1.4.0'
__version__ = '1.4.1'
__author__ = "Charles Gordon"

View File

@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.4.0
current_version = 1.4.1
commit = False
tag = True