Skip to content

Commit

Permalink
Merge pull request #15 from iamdefinitelyahuman/v0.3.0
Browse files Browse the repository at this point in the history
 v0.3.0
  • Loading branch information
iamdefinitelyahuman authored Jun 22, 2021
2 parents 4eafbcc + bc2b753 commit 1d93a68
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ This changelog format is based on [Keep a Changelog](https://keepachangelog.com/
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased](https://github.com/iamdefinitelyahuman/brownie-token-tester)
### Changed

## [0.3.0](https://github.com/iamdefinitelyahuman/brownie-token-tester/tree/v0.3.0) - 2021-06-22
### Added
- Added `skip_holders` feature to skip some holders in default minting process.
- Added `$ETHPLORER_API_KEY` to use custom key.

Expand Down
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.2.2
current_version = 0.3.0

[bumpversion:file:setup.py]

Expand Down Expand Up @@ -28,3 +28,4 @@ addopts =
--cov brownie_tokens/
--cov-report term
--cov-report xml

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
name="brownie-token-tester",
packages=find_packages(exclude=["tests", "tests.*"]),
py_modules=["brownie_tokens"],
version="0.2.2", # don't change this manually, use bumpversion instead
version="0.3.0", # don't change this manually, use bumpversion instead
license="MIT",
description="Helper objects for generating ERC20s while testing a Brownie project.",
long_description=long_description,
Expand Down

0 comments on commit 1d93a68

Please sign in to comment.