Author: batiste.bieler
Date: Mon Mar 16 12:31:09 2009
New Revision: 407
Modified:
trunk/pages/__init__.py
Log:
Set version 0.2.5
Modified: trunk/pages/__init__.py
==============================================================================
--- trunk/pages/__init__.py (original)
+++ trunk/pages/__init__.py Mon Mar 16 12:31:09 2009
@@ -1,3 +1,3 @@
# -*- coding: utf-8 -*-
-VERSION = (0, 2, 4)
+VERSION = (0, 2, 5)
__version__ = '.'.join(map(str, VERSION))
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"pinax-updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/pinax-updates?hl=en
-~----------~----~----~----~------~----~------~--~---