[Checkins] SVN: martian/trunk/ Bump version number.

Martijn Faassen faassen at infrae.com
Tue Nov 20 07:22:12 EST 2007


Log message for revision 81943:
  Bump version number.
  

Changed:
  U   martian/trunk/CHANGES.txt
  U   martian/trunk/setup.py

-=-
Modified: martian/trunk/CHANGES.txt
===================================================================
--- martian/trunk/CHANGES.txt	2007-11-20 12:20:47 UTC (rev 81942)
+++ martian/trunk/CHANGES.txt	2007-11-20 12:22:12 UTC (rev 81943)
@@ -1,12 +1,20 @@
 CHANGES
 *******
 
-0.9.2 (unreleased)
+0.9.3 (unreleased)
 ==================
 
 Bug fixes
 ---------
 
+* ...
+
+0.9.2 (2007-11-20)
+==================
+
+Bug fixes
+---------
+
 * scan.module_info_from_dotted_name() now has special behavior when it
   runs into __builtin__. Previously, it would crash with an error. Now
   it will return an instance of BuiltinModuleInfo. This is a very

Modified: martian/trunk/setup.py
===================================================================
--- martian/trunk/setup.py	2007-11-20 12:20:47 UTC (rev 81942)
+++ martian/trunk/setup.py	2007-11-20 12:22:12 UTC (rev 81943)
@@ -20,7 +20,7 @@
 
 setup(
     name='martian',
-    version='0.9.2dev',
+    version='0.9.3dev',
     author='Grok project',
     author_email='grok-dev at zope.org',
     description="""\



More information about the Checkins mailing list