Revision: 631 Author: batiste.bieler Date: Mon Aug 3 08:00:19 2009 Log: New version http://code.google.com/p/django-page-cms/source/detail?r=631
Modified: /trunk/pages/__init__.py ======================================= --- /trunk/pages/__init__.py Sat Jun 20 07:54:09 2009 +++ /trunk/pages/__init__.py Mon Aug 3 08:00:19 2009 @@ -1,4 +1,4 @@ # -*- coding: utf-8 -*- """Django page CMS module.""" -VERSION = (1, 0, 5) +VERSION = (1, 0, 6) __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 -~----------~----~----~----~------~----~------~--~---
