From 4d621c27acd3ea8041926402bc2220592bc64501 Mon Sep 17 00:00:00 2001 From: makoto tsuyuki Date: Mon, 26 Jan 2015 00:09:56 +0900 Subject: [PATCH] preparing release 0.8.5 --- setup.py | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 2dbb8b3..b4f0094 100644 --- a/setup.py +++ b/setup.py @@ -18,15 +18,18 @@ Adding new feature, modify a Job data on environ page. +Improve Fabric task's behavior better when failed. + You need db migration if you use 0.8.4 or below. +Download zip archive from https://github.com/tsuyukimakoto/oozappa/raw/master/migration/to_0.8.5.zip + :: - $ wget https://github.com/tsuyukimakoto/oozappa/raw/master/migration/to_0.8.5.zip $ unzip to_0.8.5.zip && cd oozappa_to_0_8_5 - If you have not alembic installed. You need install it using pip or any way. - Open alembic.ini and modify sqlalchemy.url to indicate your own oozappa's db. + If you have not alembic installed. You need install it using pip or any way you like. + Open alembic.ini and modify sqlalchemy.url to indicate your own oozappa's db. then $ alembic upgrade 1e26220da128