diff --git a/doc/changelog.txt b/doc/changelog.txt index e260d20..7762226 100644 --- a/doc/changelog.txt +++ b/doc/changelog.txt @@ -1,3 +1,7 @@ +0.7 "" (released xx.xx.xxxx) + + * + 0.6 "Waking Ned" (released 6.3.2010) * Remove the --force option. Local files are now never overwritten. diff --git a/setup.py b/setup.py index ee41463..9c56349 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ import os from distutils.core import setup AppName = "patool" -AppVersion = "0.6" +AppVersion = "0.7" MyName = "Bastian Kleineidam" MyEmail = "calvin@users.sourceforge.net"