diff --git a/doc/changelog.txt b/doc/changelog.txt index 27b940a..d9c4967 100644 --- a/doc/changelog.txt +++ b/doc/changelog.txt @@ -1,4 +1,4 @@ -0.3 "" (released xx.x.2010) +0.3 "Management" (released 23.2.2010) * Better test if encodings of archive commands are supported (for example .tar.Z needs a decompress program). diff --git a/setup.py b/setup.py index acbb14f..38321e0 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ if not (hasattr(sys, 'version_info') or from distutils.core import setup AppName = "patool" -AppVersion = "0.2" +AppVersion = "0.3" MyName = "Bastian Kleineidam" MyEmail = "calvin@users.sourceforge.net"