Merge pull request #143 from pinterest/release-142

Release 142
This commit is contained in:
Nicholas Charriere 2017-02-23 09:59:44 -08:00 committed by GitHub
commit 9b92bb726a
3 changed files with 6 additions and 2 deletions

View File

@ -1,5 +1,9 @@
Change Log
==========
New in version 1.4.2
--------------------
* Drop support for python 2.6, see [ticket](https://github.com/pinterest/pymemcache/issues/139)
New in version 1.4.1
--------------------
* Python 3 serializations [fixes](https://github.com/pinterest/pymemcache/pull/131)

View File

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

View File

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