Author: batiste.bieler
Date: Wed Mar 25 11:28:12 2009
New Revision: 425
Modified:
trunk/pages/__init__.py
trunk/setup.py
Log:
Make the version necessary 1.0.0 changes
Modified: trunk/pages/__init__.py
==============================================================================
--- trunk/pages/__init__.py (original)
+++ trunk/pages/__init__.py Wed Mar 25 11:28:12 2009
@@ -1,3 +1,3 @@
# -*- coding: utf-8 -*-
-VERSION = (0, 2, 5)
+VERSION = (1, 0, 0)
__version__ = '.'.join(map(str, VERSION))
Modified: trunk/setup.py
==============================================================================
--- trunk/setup.py (original)
+++ trunk/setup.py Wed Mar 25 11:28:12 2009
@@ -1,3 +1,4 @@
+# -*- coding: utf-8 -*-
from setuptools import setup, find_packages
setup(
@@ -16,7 +17,7 @@
include_package_data=True, # include package data under svn source
control
zip_safe=False,
classifiers=[
- 'Development Status :: 4 - Beta',
+ 'Development Status :: 5 - Production/Stable',
'Environment :: Web Environment',
'Intended Audience :: Developers',
'License :: OSI Approved :: BSD License',
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---