diff options
author | Gunnar Wrobel <wrobel@gentoo.org> | 2007-05-11 07:50:13 +0000 |
---|---|---|
committer | Gunnar Wrobel <wrobel@gentoo.org> | 2007-05-11 07:50:13 +0000 |
commit | 1ad98dc99b2ad43ac43efff9eaf928f7eb5132f8 (patch) | |
tree | 56f44d642ec20ac0c837057c1e4e11ec9a22bab3 | |
parent | set_vars() should not be needed. The python config system will construct the ... (diff) | |
download | webapp-config-1ad98dc99b2ad43ac43efff9eaf928f7eb5132f8.tar.gz webapp-config-1ad98dc99b2ad43ac43efff9eaf928f7eb5132f8.tar.bz2 webapp-config-1ad98dc99b2ad43ac43efff9eaf928f7eb5132f8.zip |
Prepare a new experimental webapp-config release.
svn path=/trunk/webapp-config/; revision=49
-rw-r--r-- | WebappConfig/version.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebappConfig/version.py b/WebappConfig/version.py index 86734f1..c09a903 100644 --- a/WebappConfig/version.py +++ b/WebappConfig/version.py @@ -13,7 +13,7 @@ # # ======================================================================== -WCVERSION = '1.50.17' +WCVERSION = '1.50.18' if __name__ == '__main__': print WCVERSION |