details: https://code.tryton.org/tools/maintenance/commit/67c70ba68722
branch: default
user: Cédric Krier <[email protected]>
date: Tue Apr 07 17:52:39 2026 +0200
description:
Manage increase version for naiad
diffstat:
increase_version | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r 2c2fcc83920d -r 67c70ba68722 increase_version
--- a/increase_version Wed Apr 01 18:05:59 2026 +0200
+++ b/increase_version Tue Apr 07 17:52:39 2026 +0200
@@ -28,7 +28,7 @@
version = '.'.join(map(str, version_info))
init_files = [os.path.join(f, '__init__.py')
- for f in ['proteus', 'trytond', 'tryton', 'trytond_gis']]
+ for f in ['proteus', 'naiad', 'trytond', 'tryton', 'trytond_gis']]
if os.path.exists('tryton.cfg'):
def increase(line):