diff --git a/README.txt b/README.txt index b9bc870..dbd204a 100644 --- a/README.txt +++ b/README.txt @@ -20,6 +20,14 @@ Unfortunately, partial Windows support at this time. It works but it's alpha. Releases ******** +=================== +0.19.0 (unreleased) +=================== + +- Fix TypeError: () takes no arguments (1 given) on Windows + with zdaemon >= 3.0.0. + + =================== 0.18.0 (2013/02/05) =================== diff --git a/setup.py b/setup.py index 6aa62bf..0bfa10f 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ # FOR A PARTICULAR PURPOSE. # ############################################################################## -name, version = "zc.zope3recipes", "0" +name, version = "zc.zope3recipes", "0.19.0.dev0" import os from setuptools import setup, find_packages