Skip to content

Commit

Permalink
1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
denisglotov committed Aug 19, 2023
1 parent c8a29e6 commit 4eadbfd
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Add ERC20 ABI.
- Add EIP1559 support.
- Test with Github actions instead of deprecated Travis.
- Lint with pylint

## [1.2.1] - 2023-08-19

- Test with Github actions instead of deprecated Travis.
- Testing uses Foundry Anvil insttead of Truffle Ganache.
- Minor fixes found by working tests.


## [1.2.0] - 2023-08-17

Expand Down
2 changes: 1 addition & 1 deletion dymka
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ if __name__ == "__main__":
print('Please specify a command or "help".')
exit(0)
elif args.version or args.command == 'version':
print(f'Version: 1.2.0, Web3.py: {str(Web3().api)}.')
print(f'Version: 1.2.1, Web3.py: {str(Web3().api)}.')
exit(0)
elif args.command == 'help':
if args.arguments:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name='dymka',
version='1.2.0',
version='1.2.1',
author='Denis Glotov',
description='Swiss-knife cli for Ethereum-based blockchains',
long_description=long_description,
Expand Down

0 comments on commit 4eadbfd

Please sign in to comment.