summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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