diff --git a/python/CHANGELOG b/python/CHANGELOG index 7e816d1..a824712 100644 --- a/python/CHANGELOG +++ b/python/CHANGELOG @@ -1,2 +1,5 @@ +- 0.3.0 + * Upgrade eth-address-index aliasing -a for --declarator-address - 0.2.7 + * Replace --declarator-address with -a for view cli cmd * Update compiled bytecode for python package diff --git a/python/requirements.txt b/python/requirements.txt index 4b4a6fa..1342aa7 100644 --- a/python/requirements.txt +++ b/python/requirements.txt @@ -2,7 +2,7 @@ confini~=0.5.3 funga-eth~=0.5.1 chainlib-eth~=0.0.15 eth_erc20~=0.1.5 -eth-address-index~=0.2.4 +eth-address-index~=0.3.0 eth-accounts-index~=0.1.2 eth-token-index~=0.2.4 eth-contract-registry~=0.7.2 diff --git a/python/setup.cfg b/python/setup.cfg index 1cca5db..5e1ae4b 100644 --- a/python/setup.cfg +++ b/python/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = okota -version = 0.2.7 +version = 0.3.0 description = Registries for CIC using the eth-address-index backend author = Louis Holbrook author_email = dev@holbrook.no