# HG changeset patch # User Pawel Solyga # Date 1233593841 0 # Node ID d40ace54d14b9745300bfebf4b9db15654a21a89 # Parent 7461d6b9ad0e2e2b70f84fdb86fa7d1d9989287b Reset the RELEASE_TAG to None (unreleased) now that the 0.2-20090202 release candidate branch has been created. Patch by: Pawel Solyga diff -r 7461d6b9ad0e -r d40ace54d14b app/soc/release.py --- a/app/soc/release.py Mon Feb 02 16:44:17 2009 +0000 +++ b/app/soc/release.py Mon Feb 02 16:57:21 2009 +0000 @@ -61,5 +61,5 @@ ] -RELEASE_TAG = '0.2-20090202rc' +RELEASE_TAG = None