Merge pull request #148 from pinterest/release-143

Release 143
This commit is contained in:
Nicholas Charriere
2017-04-04 13:30:28 -07:00
committed by GitHub
3 changed files with 8 additions and 4 deletions

View File

@@ -1,5 +1,11 @@
Change Log
==========
New in version 1.4.3
--------------------
* Documentation improvements
* Fixed cachedump stats command, see [ticket](https://github.com/pinterest/pymemcache/issues/103)
* Honor default_value in HashClient
New in version 1.4.2
--------------------
* Drop support for python 2.6, see [ticket](https://github.com/pinterest/pymemcache/issues/139)

View File

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

View File

@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.4.2
current_version = 1.4.3
commit = False
tag = True
@@ -12,8 +12,6 @@ addopts =
--verbose
--tb=short
--capture=no
# show extra test summary info as specified by chars (f)ailed, (E)error,
# (s)skipped, (x)failed, (X)passed.
-rfEsxX
--cov=pymemcache --cov-report=xml --cov-report=term-missing
-m unit