summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Dent <cdent@anticdent.org>2020-02-12 10:49:46 +0000
committerChris Dent <cdent@anticdent.org>2020-02-12 10:49:46 +0000
commitb0241aea21d9bd07598e477ef77846d1089169a5 (patch)
tree3879d6766a71425c371ad8845a9ca8ab5011aa9d
parentc8de203b0dec88c65a32e2d1edb2480644dfbc84 (diff)
downloadpaste-git-b0241aea21d9bd07598e477ef77846d1089169a5.tar.gz
release 3.4.03.4.0
-rw-r--r--docs/news.txt7
-rw-r--r--setup.py2
2 files changed, 8 insertions, 1 deletions
diff --git a/docs/news.txt b/docs/news.txt
index e96394d..1a0d508 100644
--- a/docs/news.txt
+++ b/docs/news.txt
@@ -3,6 +3,13 @@ News
.. contents::
+3.4.0
+-----
+
+* Allow binding IPv6 address when starting a server.
+
+Thanks to Lekinho for this patch.
+
3.3.0
-----
diff --git a/setup.py b/setup.py
index b795b0e..2c2b354 100644
--- a/setup.py
+++ b/setup.py
@@ -12,7 +12,7 @@
# - git push
# - python setup.py sdist bdist_wheel upload --sign
-__version__ = '3.3.0'
+__version__ = '3.4.0'
from setuptools import setup, find_packages
import sys, os