diff --git a/docs/news.txt b/docs/news.txt index e96394df..1a0d508a 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 b795b0e9..2c2b3541 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