summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pymemcache/__init__.py2
-rw-r--r--setup.cfg4
2 files changed, 2 insertions, 4 deletions
diff --git a/pymemcache/__init__.py b/pymemcache/__init__.py
index e36ce0a..123a25c 100644
--- a/pymemcache/__init__.py
+++ b/pymemcache/__init__.py
@@ -1,2 +1,2 @@
-__version__ = '1.4.2'
+__version__ = '1.4.3'
__author__ = "Charles Gordon"
diff --git a/setup.cfg b/setup.cfg
index 4bc86b3..685c009 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -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