Author: batiste.bieler
Date: Tue Mar 3 03:55:24 2009
New Revision: 386
Modified:
trunk/pages/__init__.py
trunk/setup.py
Log:
Commit for version 0.2.3
Modified: trunk/pages/__init__.py
==============================================================================
--- trunk/pages/__init__.py (original)
+++ trunk/pages/__init__.py Tue Mar 3 03:55:24 2009
@@ -1,2 +1,3 @@
-VERSION = (0, 2, 2, 'pre')
+# -*- coding: utf-8 -*-
+VERSION = (0, 2, 3)
__version__ = '.'.join(map(str, VERSION))
Modified: trunk/setup.py
==============================================================================
--- trunk/setup.py (original)
+++ trunk/setup.py Tue Mar 3 03:55:24 2009
@@ -1,3 +1,4 @@
+# -*- coding: utf-8 -*-
from distutils.core import setup
import glob
@@ -19,7 +20,7 @@
requires=(
'html5lib (>=0.10)',
'tagging (>0.2.1)', # please use the trunk version of tagging
- 'django_mptt (>=0.2.1)',
+ 'django_mptt (>0.2.1)', # please use the trunk version of django
mptt
),
packages=[
'pages',
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---