diff --git a/python/CHANGELOG b/python/CHANGELOG index 4308c49..84b0104 100644 --- a/python/CHANGELOG +++ b/python/CHANGELOG @@ -1,3 +1,7 @@ +* 0.6.1 + - Add explicit burn (reduces supply) to giftable token +* 0.6.0 + - Add token expiry to giftable token * 0.5.6 - Remove name and symbol lookup - Remove decimals lookup for raw output diff --git a/python/setup.cfg b/python/setup.cfg index c5e0161..1d0d50d 100644 --- a/python/setup.cfg +++ b/python/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = eth-erc20 -version = 0.6.0 +version = 0.6.1 description = ERC20 interface and simple contract with deployment script that lets any address mint and gift itself tokens. author = Louis Holbrook author_email = dev@holbrook.no