[Supervisor-checkins] r893 - meld3/trunk
Chris McDonough
chrism at agendaless.com
Wed Sep 30 16:14:13 EDT 2009
Author: Chris McDonough <chrism at agendaless.com>
Date: Wed Sep 30 16:14:13 2009
New Revision: 893
Log:
Change download location and prep for 0.6.6
Modified:
meld3/trunk/CHANGES.txt
meld3/trunk/setup.py
Modified: meld3/trunk/CHANGES.txt
==============================================================================
--- meld3/trunk/CHANGES.txt (original)
+++ meld3/trunk/CHANGES.txt Wed Sep 30 16:14:13 2009
@@ -1,3 +1,8 @@
+0.6.6
+
+ Change download location. This really should be a setuptools
+ package so we can upload it to PyPI. No functionality changes.
+
0.6.5
Apply patch for Python 2.5 compatibility from both
Modified: meld3/trunk/setup.py
==============================================================================
--- meld3/trunk/setup.py (original)
+++ meld3/trunk/setup.py Wed Sep 30 16:14:13 2009
@@ -12,12 +12,12 @@
setup(
name = 'meld3',
- version = '0.6.5',
+ version = '0.6.6',
description = 'meld3 is an HTML/XML templating engine.',
author = 'Chris McDonough',
author_email = 'chrism at plope.com',
license='see LICENSE.txt',
packages=['meld3'],
- url='http://www.plope.com/software/meld3/',
+ url='http://dist.repoze.org/meld3/',
ext_modules=ext_modules,
)
More information about the Supervisor-checkins
mailing list