summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Dent <chris.dent@gmail.com>2018-11-29 11:23:22 +0000
committerChris Dent <chris.dent@gmail.com>2018-11-29 11:23:22 +0000
commit5015532233dc25bf1594f79c0af7daf8d59a5f80 (patch)
tree970ad5904b84103c194ef93b759ad4aacf637c22
parent78dd2ec0138467305f1686558fca4ff8ca0b2b70 (diff)
downloadpaste-git-5015532233dc25bf1594f79c0af7daf8d59a5f80.tar.gz
Release 3.0.53.0.5
* Quiet OpenSSL deprecation warning
-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 39b5a2e..69c8ba2 100644
--- a/docs/news.txt
+++ b/docs/news.txt
@@ -3,6 +3,11 @@ News
.. contents::
+3.0.5
+-----
+
+* Quiet a deprecation warning in OpenSSL.
+
3.0.4
-----
diff --git a/setup.py b/setup.py
index 6490d94..f220e0a 100644
--- a/setup.py
+++ b/setup.py
@@ -12,7 +12,7 @@
# - git push
# - python setup.py sdist bdist_wheel upload --sign
-__version__ = '3.0.4'
+__version__ = '3.0.5'
from setuptools import setup, find_packages
import sys, os