Author: leidel
Date: Sat Nov 15 18:02:48 2008
New Revision: 77
Modified:
trunk/MANIFEST.in
trunk/setup.py
Log:
Updated MANIFEST and bumped minor version to 0.5.2
Modified: trunk/MANIFEST.in
==============================================================================
--- trunk/MANIFEST.in (original)
+++ trunk/MANIFEST.in Sat Nov 15 18:02:48 2008
@@ -1,4 +1,6 @@
include INSTALL
include LICENSE
include MANIFEST.in
+recursive-include docs *
+recursive-include example *
recursive-include dbtemplates/locale *
Modified: trunk/setup.py
==============================================================================
--- trunk/setup.py (original)
+++ trunk/setup.py Sat Nov 15 18:02:48 2008
@@ -2,13 +2,13 @@
setup(
name='django-dbtemplates',
- version='0.5.1',
+ version='0.5.2',
description='Template loader for database stored templates',
long_description=open('docs/overview.txt').read(),
author='Jannis Leidel',
author_email='[EMAIL PROTECTED]',
url='http://www.bitbucket.org/jezdez/django-dbtemplates/wiki/',
-
download_url='http://www.bitbucket.org/jezdez/django-dbtemplates/get/v0.5.1.gz',
+
download_url='http://www.bitbucket.org/jezdez/django-dbtemplates/get/v0.5.2.gz',
packages=[
'dbtemplates',
'dbtemplates.management',
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---