[Erp5-report] r34588 luke - in /erp5/trunk/utils/erp5.recipe.mysqlserver: CHANGES.txt setup.py

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Apr 15 15:32:53 CEST 2010


Author: luke
Date: Thu Apr 15 15:32:51 2010
New Revision: 34588

URL: http://svn.erp5.org?rev=34588&view=rev
Log:
 - prepare to publish egg

Modified:
    erp5/trunk/utils/erp5.recipe.mysqlserver/CHANGES.txt
    erp5/trunk/utils/erp5.recipe.mysqlserver/setup.py

Modified: erp5/trunk/utils/erp5.recipe.mysqlserver/CHANGES.txt
URL: http://svn.erp5.org/erp5/trunk/utils/erp5.recipe.mysqlserver/CHANGES.txt?rev=34588&r1=34587&r2=34588&view=diff
==============================================================================
--- erp5/trunk/utils/erp5.recipe.mysqlserver/CHANGES.txt [utf8] (original)
+++ erp5/trunk/utils/erp5.recipe.mysqlserver/CHANGES.txt [utf8] Thu Apr 15 15:32:51 2010
@@ -1,5 +1,11 @@
 Changelog
 =========
+
+1.0.3 (2010-04-15)
+------------------
+
+- Published egg.
+  [Lukasz Nowak]
 
 1.0.2 (2010-03-22)
 ------------------
@@ -10,13 +16,13 @@
 1.0.1 (2010-03-22)
 ------------------
 
-- Use zc.buildout.easy_install.scripts to generate scripts to run the 
+- Use zc.buildout.easy_install.scripts to generate scripts to run the
   Mysql server instance.
   [Rafael Monnerat]
 
 1.0 (2010-03-19)
 ----------------
 
-- Initial version 
+- Initial version
   [Rafael Monnerat]
 

Modified: erp5/trunk/utils/erp5.recipe.mysqlserver/setup.py
URL: http://svn.erp5.org/erp5/trunk/utils/erp5.recipe.mysqlserver/setup.py?rev=34588&r1=34587&r2=34588&view=diff
==============================================================================
--- erp5/trunk/utils/erp5.recipe.mysqlserver/setup.py [utf8] (original)
+++ erp5/trunk/utils/erp5.recipe.mysqlserver/setup.py [utf8] Thu Apr 15 15:32:51 2010
@@ -1,7 +1,7 @@
 from setuptools import setup, find_packages
 
 name = "erp5.recipe.mysqlserver"
-version = '1.0.2'
+version = '1.0.3'
 
 def read(name):
     return open(name).read()




More information about the Erp5-report mailing list