@@ -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)
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
__version__ = '1.4.2'
|
||||
__version__ = '1.4.3'
|
||||
__author__ = "Charles Gordon"
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user