erc20-demurrage-token

ERC20 token with redistributed continual demurrage
Log | Files | Refs | README

commit e39b2597497dfae0143ff6ff7806887fb7374547
parent 4ec1ea8b45ee8dbd1799f4ef79c500473d0a9da0
Author: lash <dev@holbrook.no>
Date:   Sun, 19 Feb 2023 10:48:31 +0000

bump version due to incompatibility of taxLevel rename

Diffstat:
Mpython/CHANGELOG | 3++-
Mpython/setup.cfg | 2+-
2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/python/CHANGELOG b/python/CHANGELOG @@ -1,4 +1,5 @@ -- 0.3.7 +- 0.4.0 + * Rename taxLevel to decayLevel in contract * Add sweep contract method to fully empty one account into another - 0.3.6 * Reinstate owner as minter by default diff --git a/python/setup.cfg b/python/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = erc20-demurrage-token -version = 0.3.7 +version = 0.4.0 description = ERC20 token with redistributed continual demurrage author = Louis Holbrook author_email = dev@holbrook.no