[Checkins] SVN: five.grok/trunk/ prep for release

David Glick davidglick at onenw.org
Thu Aug 5 01:03:19 EDT 2010


Log message for revision 115458:
  prep for release

Changed:
  U   five.grok/trunk/docs/CREDITS.txt
  U   five.grok/trunk/docs/HISTORY.txt
  U   five.grok/trunk/setup.py

-=-
Modified: five.grok/trunk/docs/CREDITS.txt
===================================================================
--- five.grok/trunk/docs/CREDITS.txt	2010-08-04 20:55:56 UTC (rev 115457)
+++ five.grok/trunk/docs/CREDITS.txt	2010-08-05 05:03:19 UTC (rev 115458)
@@ -18,3 +18,5 @@
 * Frederic Tedesco
 
 * Adrien Di Dio
+
+* David Glick
\ No newline at end of file

Modified: five.grok/trunk/docs/HISTORY.txt
===================================================================
--- five.grok/trunk/docs/HISTORY.txt	2010-08-04 20:55:56 UTC (rev 115457)
+++ five.grok/trunk/docs/HISTORY.txt	2010-08-05 05:03:19 UTC (rev 115458)
@@ -1,7 +1,7 @@
 Changelog
 =========
 
-1.1.2 (unreleased)
+1.1.2 (2010-08-04)
 ------------------
 
 - Fixed problem with unrestrictedTraverse() and files in subfolders of grokked

Modified: five.grok/trunk/setup.py
===================================================================
--- five.grok/trunk/setup.py	2010-08-04 20:55:56 UTC (rev 115457)
+++ five.grok/trunk/setup.py	2010-08-05 05:03:19 UTC (rev 115458)
@@ -1,7 +1,7 @@
 from setuptools import setup, find_packages
 import os
 
-version = '1.1.2dev'
+version = '1.1.2'
 
 setup(name='five.grok',
       version=version,



More information about the checkins mailing list