# HG changeset patch # User Pawel Solyga # Date 1235063233 0 # Node ID 142b2d97ec13d2290c3cc4e4441e9f57e9c69d85 # Parent fe98b3e2251a12a14140d7eb1d1d492daf3b268b Reset the RELEASE_TAG to None (unreleased) now that the 0.3-20090219 release candidate branch has been created. Patch by: Pawel Solyga diff -r fe98b3e2251a -r 142b2d97ec13 app/soc/release.py --- a/app/soc/release.py Thu Feb 19 17:00:14 2009 +0000 +++ b/app/soc/release.py Thu Feb 19 17:07:13 2009 +0000 @@ -61,5 +61,5 @@ ] -RELEASE_TAG = "0.3-20090219rc" +RELEASE_TAG = None