[Erp5-report] r34584 luke - /erp5/trunk/utils/erp5.recipe.mysqldatabase/
nobody at svn.erp5.org
nobody at svn.erp5.org
Thu Apr 15 15:22:49 CEST 2010
Author: luke
Date: Thu Apr 15 15:22:44 2010
New Revision: 34584
URL: http://svn.erp5.org?rev=34584&view=rev
Log:
- prepare to publish egg
Modified:
erp5/trunk/utils/erp5.recipe.mysqldatabase/CHANGES.txt
erp5/trunk/utils/erp5.recipe.mysqldatabase/setup.py
Modified: erp5/trunk/utils/erp5.recipe.mysqldatabase/CHANGES.txt
URL: http://svn.erp5.org/erp5/trunk/utils/erp5.recipe.mysqldatabase/CHANGES.txt?rev=34584&r1=34583&r2=34584&view=diff
==============================================================================
--- erp5/trunk/utils/erp5.recipe.mysqldatabase/CHANGES.txt [utf8] (original)
+++ erp5/trunk/utils/erp5.recipe.mysqldatabase/CHANGES.txt [utf8] Thu Apr 15 15:22:44 2010
@@ -1,9 +1,14 @@
Changelog
=========
+
+1.0.1 (2010-04-15)
+----------------
+
+- Initial eggified version
+ [Lukasz Nowak]
1.0 (2010-03-17)
----------------
-- Initial version
+- Initial version
[Rafael Monnerat]
-
Modified: erp5/trunk/utils/erp5.recipe.mysqldatabase/setup.py
URL: http://svn.erp5.org/erp5/trunk/utils/erp5.recipe.mysqldatabase/setup.py?rev=34584&r1=34583&r2=34584&view=diff
==============================================================================
--- erp5/trunk/utils/erp5.recipe.mysqldatabase/setup.py [utf8] (original)
+++ erp5/trunk/utils/erp5.recipe.mysqldatabase/setup.py [utf8] Thu Apr 15 15:22:44 2010
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages
name = "erp5.recipe.mysqldatabase"
-version = '1.0'
+version = '1.0.1'
def read(name):
return open(name).read()
More information about the Erp5-report
mailing list