Skip to content

Commit 7ac41ee

Browse files
[REL] 6.1.1
bzr revid: [email protected]
1 parent 7f44f6b commit 7ac41ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openerp/release.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
# properly comparable using normal operarors, for example:
3131
# (6,1,0,'beta',0) < (6,1,0,'candidate',1) < (6,1,0,'candidate',2)
3232
# (6,1,0,'candidate',2) < (6,1,0,'final',0) < (6,1,2,'final',0)
33-
version_info = (6,1,0,FINAL,0)
33+
version_info = (6,1,1,FINAL,0)
3434
version = '.'.join(map(str,version_info[:2])) + RELEASE_LEVELS_DISPLAY[version_info[3]] + str(version_info[4] or '')
3535
major_version = '.'.join(map(str,version_info[:2]))
3636

0 commit comments

Comments
 (0)