diff --git a/README.rst b/README.rst index 1a4a962..f6956fc 100644 --- a/README.rst +++ b/README.rst @@ -23,6 +23,10 @@ You can monitor trading fees, dividends and sales profits. Changes ======= +*6.0.13 - 03.01.2024* + +- fix: sorting/searcher of field yield-balance + *6.0.12 - 31.12.2023* - remove caching diff --git a/tryton.cfg b/tryton.cfg index 1d8c007..a94112d 100644 --- a/tryton.cfg +++ b/tryton.cfg @@ -1,5 +1,5 @@ [tryton] -version=6.0.12 +version=6.0.13 depends: cashbook investment diff --git a/versiondep.txt b/versiondep.txt index 321a202..0e81eb1 100644 --- a/versiondep.txt +++ b/versiondep.txt @@ -1,2 +1,2 @@ -cashbook;6.0.31;6.0.999;mds -investment;6.0.25;6.0.999;mds +cashbook;6.0.33;6.0.999;mds +investment;6.0.26;6.0.999;mds