[Checkins] SVN: Sandbox/malthe/chameleon.core/setup.py Bump version after last release

Wichert Akkerman wichert at wiggy.net
Fri Sep 26 09:32:28 EDT 2008


Log message for revision 91517:
  Bump version after last release

Changed:
  U   Sandbox/malthe/chameleon.core/setup.py

-=-
Modified: Sandbox/malthe/chameleon.core/setup.py
===================================================================
--- Sandbox/malthe/chameleon.core/setup.py	2008-09-26 13:29:53 UTC (rev 91516)
+++ Sandbox/malthe/chameleon.core/setup.py	2008-09-26 13:32:27 UTC (rev 91517)
@@ -1,6 +1,6 @@
 from setuptools import setup, find_packages
 import sys
-version = '1.0a2'
+version = '1.0a3'
 
 install_requires = [
     'setuptools',



More information about the Checkins mailing list