diff --git a/doc/changelog.txt b/doc/changelog.txt index 47eb8be..4b6b0ea 100644 --- a/doc/changelog.txt +++ b/doc/changelog.txt @@ -1,3 +1,6 @@ +0.19 "" (released xx.xx.2013) + + 0.18 "Skyfall" (released 15.12.2012) * Fixed unadf archive listing. diff --git a/setup.py b/setup.py index 0921a39..a3c481d 100644 --- a/setup.py +++ b/setup.py @@ -47,7 +47,7 @@ except ImportError: from distutils import util AppName = "Patool" -AppVersion = "0.18" +AppVersion = "0.19" MyName = "Bastian Kleineidam" MyEmail = "calvin@users.sourceforge.net"