Commit bdbdbdfa authored by Nicolas Delaby's avatar Nicolas Delaby

Work on next version

parent c862820a
......@@ -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 = 4
revision = 5
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