Start account_do 8.1 series

This commit is contained in:
José Arturo García
2026-08-10 00:12:02 -04:00
parent a740366693
commit d708024c58
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
Version 8.0.1 - 2026-08-09 Version 8.1.0 - 2026-08-10
-------------------------- --------------------------
* Initial release. * Initial release.
* Document tax requirements and official source provenance. * Document tax requirements and official source provenance.
+1 -1
View File
@@ -1,7 +1,7 @@
Releases Releases
======== ========
8.0.1 8.1.0
----- -----
Initial release with the Dominican chart of accounts, fiscal accounts, taxes, Initial release with the Dominican chart of accounts, fiscal accounts, taxes,
+1 -1
View File
@@ -485,7 +485,7 @@ class AccountDoUnitTestCase(unittest.TestCase):
if line.strip() if line.strip()
] ]
self.assertEqual(config.get('tryton', 'version'), '8.0.1') self.assertEqual(config.get('tryton', 'version'), '8.1.0')
self.assertEqual( self.assertEqual(
set(lines('tryton', 'depends')), set(lines('tryton', 'depends')),
{'account', 'ir'}) {'account', 'ir'})
+1 -1
View File
@@ -1,5 +1,5 @@
[tryton] [tryton]
version=8.0.1 version=8.1.0
depends: depends:
account account
ir ir