summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Dent <chris.dent@gmail.com>2018-11-03 10:44:13 +0000
committerChris Dent <chris.dent@gmail.com>2018-11-03 10:44:13 +0000
commite5de73c3dfc174a06ec445d1da2d1abcc9511947 (patch)
tree155abd59eaa74d419e0a99978abcac9c8ccb2b08
parentae93da351011b07e5867c084f43350fe3bb84d6b (diff)
downloadpaste-git-e5de73c3dfc174a06ec445d1da2d1abcc9511947.tar.gz
release 3.0.33.0.3
-rw-r--r--docs/news.txt5
-rw-r--r--setup.py2
2 files changed, 6 insertions, 1 deletions
diff --git a/docs/news.txt b/docs/news.txt
index d92b305..0c9ce36 100644
--- a/docs/news.txt
+++ b/docs/news.txt
@@ -3,6 +3,11 @@ News
.. contents::
+3.0.3
+-----
+
+* Ensure pytest requirements set properly.
+
3.0.2
-----
diff --git a/setup.py b/setup.py
index 9bd65d7..d92e712 100644
--- a/setup.py
+++ b/setup.py
@@ -12,7 +12,7 @@
# - git push
# - python setup.py sdist bdist_wheel upload --sign
-__version__ = '3.0.2'
+__version__ = '3.0.3'
from setuptools import setup, find_packages
import sys, os