Author: [email protected] Date: Mon Jan 26 02:32:12 2009 New Revision: 92 Modified: trunk/MANIFEST.in trunk/messages/__init__.py
Log: bumped version number to 0.4.0 Modified: trunk/MANIFEST.in ============================================================================== --- trunk/MANIFEST.in (original) +++ trunk/MANIFEST.in Mon Jan 26 02:32:12 2009 @@ -1,5 +1,8 @@ include AUTHORS include LICENSE include INSTALL +include README recursive-include messages/locale * recursive-include messages/templates/ * +include docs/* +exclude docs/conf.py \ No newline at end of file Modified: trunk/messages/__init__.py ============================================================================== --- trunk/messages/__init__.py (original) +++ trunk/messages/__init__.py Mon Jan 26 02:32:12 2009 @@ -1,2 +1,2 @@ -VERSION = (0, 3, 1) +VERSION = (0, 4, 0) __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 -~----------~----~----~----~------~----~------~--~---
