Commit 07f5b5ca authored by Łukasz Nowak's avatar Łukasz Nowak

- fix issues, that during uninstallation instance data was removed

 - update changes and TODO
 - expose new version in setup


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33586 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent e0ff5eaf
Changelog Changelog
========= =========
0.2 (2010-03-10)
----------------
- fix issues, that during uninstallation instance data was removed
[luke]
0.1 (2010-02-12) 0.1 (2010-02-12)
---------------- ----------------
......
- be even more isolated - be even more isolated
- support for Zope and ZEO - support for Zope and ZEO
- in case of one Zope add normal directory - in case of one Zope add normal directory
- use template for zope.conf and zeo.conf
from setuptools import setup, find_packages from setuptools import setup, find_packages
name = "erp5.recipe.standaloneinstance" name = "erp5.recipe.standaloneinstance"
version = '0.1' version = '0.2'
def read(name): def read(name):
return open(name).read() return open(name).read()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment