Commit a5b7fd67 authored by Nicolas Delaby's avatar Nicolas Delaby

prepare next release

parent 22ab153a
0.8.1.2 (unreleased)
------------------
0.8.1.1 (2011/01/25)
------------------
* [Fix] position starts to 1
......
......@@ -6,7 +6,7 @@ import re
api_version = re.search(r'\s*__version__\s*=\s*(\S+)',
open('src/ERP5Diff.py').read()).group(1).strip()
revision = 1
revision = 2
version = '%s.%s' % (api_version.replace("'", ''), revision)
......
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