diff --git a/CHANGELOG b/CHANGELOG index 75a660c..8dbd85f 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,4 @@ -Version 8.0.1 - 2026-08-09 +Version 8.1.0 - 2026-08-10 -------------------------- * Initial release. * Document tax requirements and official source provenance. diff --git a/doc/releases.rst b/doc/releases.rst index 79c07e7..0a75191 100644 --- a/doc/releases.rst +++ b/doc/releases.rst @@ -1,7 +1,7 @@ Releases ======== -8.0.1 +8.1.0 ----- Initial release with the Dominican chart of accounts, fiscal accounts, taxes, diff --git a/tests/test_module.py b/tests/test_module.py index 167a7ea..c39a124 100644 --- a/tests/test_module.py +++ b/tests/test_module.py @@ -485,7 +485,7 @@ class AccountDoUnitTestCase(unittest.TestCase): if line.strip() ] - self.assertEqual(config.get('tryton', 'version'), '8.0.1') + self.assertEqual(config.get('tryton', 'version'), '8.1.0') self.assertEqual( set(lines('tryton', 'depends')), {'account', 'ir'}) diff --git a/tryton.cfg b/tryton.cfg index cff546a..aa5860a 100644 --- a/tryton.cfg +++ b/tryton.cfg @@ -1,5 +1,5 @@ [tryton] -version=8.0.1 +version=8.1.0 depends: account ir