Revision: 106 Author: [email protected] Date: Wed Aug 5 03:47:41 2009 Log: bumped version number to 0.4.2 http://code.google.com/p/django-messages/source/detail?r=106
Modified: /trunk/messages/__init__.py ======================================= --- /trunk/messages/__init__.py Mon May 11 03:55:22 2009 +++ /trunk/messages/__init__.py Wed Aug 5 03:47:41 2009 @@ -1,2 +1,2 @@ -VERSION = (0, 4, 1) +VERSION = (0, 4, 2) __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 -~----------~----~----~----~------~----~------~--~---
