details: https://code.tryton.org/contrib/tryton-filestore-gs/commit/712251507513 branch: default user: Cédric Krier <[email protected]> date: Sat Mar 21 13:58:32 2026 +0100 description: Prepare release 0.3.0 diffstat:
CHANGELOG | 1 + COPYRIGHT | 4 ++-- tryton_filestore_gs.py | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diffs (31 lines): diff -r 4d169cb89dc0 -r 712251507513 CHANGELOG --- a/CHANGELOG Thu Mar 19 09:35:17 2026 +0100 +++ b/CHANGELOG Sat Mar 21 13:58:32 2026 +0100 @@ -1,3 +1,4 @@ +Version 0.3.0 - 2026-03-21 * Upgrade to pyproject Version 0.2.0 - 2020-12-31 diff -r 4d169cb89dc0 -r 712251507513 COPYRIGHT --- a/COPYRIGHT Thu Mar 19 09:35:17 2026 +0100 +++ b/COPYRIGHT Sat Mar 21 13:58:32 2026 +0100 @@ -1,5 +1,5 @@ -Copyright (c) 2018-2020 B2CK SRL -Copyright (c) 2018-2020 Cédric Krier <[email protected]> +Copyright (c) 2018-2026 B2CK SRL +Copyright (c) 2018-2026 Cédric Krier <[email protected]> This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff -r 4d169cb89dc0 -r 712251507513 tryton_filestore_gs.py --- a/tryton_filestore_gs.py Thu Mar 19 09:35:17 2026 +0100 +++ b/tryton_filestore_gs.py Sat Mar 21 13:58:32 2026 +0100 @@ -7,7 +7,7 @@ from trytond.config import config from trytond.filestore import FileStore -__version__ = '0.2.1' +__version__ = '0.3.0' class FileStoreGS(FileStore):
