details: https://code.tryton.org/contrib/tryton-twilio/commit/55a65c676c1e branch: default user: Cédric Krier <[email protected]> date: Sat Mar 21 11:25:47 2026 +0100 description: Prepare release 0.2.0 diffstat:
CHANGELOG | 1 + COPYRIGHT | 4 ++-- tryton_twilio.py | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diffs (31 lines): diff -r b468bd9b67e4 -r 55a65c676c1e CHANGELOG --- a/CHANGELOG Thu Mar 19 09:39:27 2026 +0100 +++ b/CHANGELOG Sat Mar 21 11:25:47 2026 +0100 @@ -1,3 +1,4 @@ +Version 0.2.0 - 2026-03-21 * Upgrade to pyproject Version 0.1.0 - 2020-04-08 diff -r b468bd9b67e4 -r 55a65c676c1e COPYRIGHT --- a/COPYRIGHT Thu Mar 19 09:39:27 2026 +0100 +++ b/COPYRIGHT Sat Mar 21 11:25:47 2026 +0100 @@ -1,5 +1,5 @@ -Copyright (c) 2020 B2CK SRL -Copyright (c) 2020 Cédric Krier <[email protected]> +Copyright (c) 2020-2026 B2CK SRL +Copyright (c) 2020-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 b468bd9b67e4 -r 55a65c676c1e tryton_twilio.py --- a/tryton_twilio.py Thu Mar 19 09:39:27 2026 +0100 +++ b/tryton_twilio.py Sat Mar 21 11:25:47 2026 +0100 @@ -8,7 +8,7 @@ from trytond.config import config from trytond.transaction import Transaction -__version__ = '0.1.1' +__version__ = '0.2.0' account = config.get('twilio', 'account') token = config.get('twilio', 'token')
