[Checkins] SVN: grokproject/trunk/ up for releasing as beta

Jan-Wijbrand Kolman janwijbrand at gmail.com
Thu Sep 17 13:16:03 EDT 2009


Log message for revision 104248:
  up for releasing as beta

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

-=-
Modified: grokproject/trunk/CHANGES.txt
===================================================================
--- grokproject/trunk/CHANGES.txt	2009-09-17 16:50:38 UTC (rev 104247)
+++ grokproject/trunk/CHANGES.txt	2009-09-17 17:16:03 UTC (rev 104248)
@@ -1,7 +1,7 @@
 Changes
 =======
 
-1.0a5 (not released)
+1.0b1 (not released)
 --------------------
 
 * The var/ directory is now used for var/filestorage, var/blobstorage and
@@ -26,7 +26,7 @@
 * Assert that project names are valid python identifiers
   https://bugs.launchpad.net/bugs/223560
   https://bugs.launchpad.net/bugs/373592
-  
+
 * Generate the site.zcml containing the new default permission for grok.
   grok.View is now the default view instead of zope.Public.
 
@@ -88,7 +88,7 @@
 * Integrated with grokcore.startup
   Removed ``startup.py`` from the paster template
 
-* Paster: you need to first access http://localhost:8080/@@login.html 
+* Paster: you need to first access http://localhost:8080/@@login.html
   when running the debug.ini profile
 
 * Fix bug https://bugs.launchpad.net/grok/+bug/332173

Modified: grokproject/trunk/setup.py
===================================================================
--- grokproject/trunk/setup.py	2009-09-17 16:50:38 UTC (rev 104247)
+++ grokproject/trunk/setup.py	2009-09-17 17:16:03 UTC (rev 104248)
@@ -6,7 +6,7 @@
 
 setup(
     name='grokproject',
-    version='1.0a5dev',
+    version='1.0b1dev',
     author='Grok Team',
     author_email='grok-dev at zope.org',
     url='https://launchpad.net/grok',



More information about the checkins mailing list