[Checkins] SVN: grokcore.startup/trunk/ Preparing release 1.0.1

Jan-Wijbrand Kolman janwijbrand at gmail.com
Wed Aug 18 11:26:42 EDT 2010


Log message for revision 115760:
  Preparing release 1.0.1

Changed:
  U   grokcore.startup/trunk/CHANGES.txt
  U   grokcore.startup/trunk/setup.py

-=-
Modified: grokcore.startup/trunk/CHANGES.txt
===================================================================
--- grokcore.startup/trunk/CHANGES.txt	2010-08-18 15:11:48 UTC (rev 115759)
+++ grokcore.startup/trunk/CHANGES.txt	2010-08-18 15:26:42 UTC (rev 115760)
@@ -1,12 +1,13 @@
 Changes
 *******
 
-1.1 (unreleased)
-================
+1.0.1 (2010-08-18)
+==================
 
-- Nothing changed yet.
+- When passing a script to the interactive_debug_prompt command, one would
+  expect to be able to do: `if __name__ == '__main__':`, however __name__ would
+  be "__builtin__". This is fixed.
 
-
 1.0 (2010-05-20)
 ================
 

Modified: grokcore.startup/trunk/setup.py
===================================================================
--- grokcore.startup/trunk/setup.py	2010-08-18 15:11:48 UTC (rev 115759)
+++ grokcore.startup/trunk/setup.py	2010-08-18 15:26:42 UTC (rev 115760)
@@ -25,7 +25,7 @@
 
 setup(
     name='grokcore.startup',
-    version='1.1dev',
+    version='1.0.1',
     author='Grok Team',
     author_email='grok-dev at zope.org',
     url='http://grok.zope.org',



More information about the checkins mailing list