Commit 0f6d2730 authored by Nicolas Delaby's avatar Nicolas Delaby

prepare next release

parent 10d08679
0.8.1.5 (unreleased)
0.8.1.6 (unreleased)
--------------------
0.8.1.5 (2011/08/08)
--------------------
* Fix rst syntax
* Improve Handling of mixed content
......
......@@ -6,7 +6,7 @@ import re
api_version = re.search(r'\s*__version__\s*=\s*(\S+)',
open('src/ERP5Diff/ERP5Diff.py').read()).group(1).strip()
revision = 5
revision = 6
version = '%s.%s' % (api_version.replace("'", ''), revision)
def read(name):
......
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