Skip to content

Commit

Permalink
update dependency versions, changelog, bump version to 1.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
iamdefinitelyahuman committed Mar 3, 2020
1 parent 9fe7eca commit 3753b0b
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 6 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased](https://github.com/iamdefinitelyahuman/brownie)

## [1.6.6](https://github.com/iamdefinitelyahuman/brownie/tree/v1.6.6) - 2020-03-03

### Changed
- MythX plugin update (PR)[https://github.com/iamdefinitelyahuman/brownie/pull/365]
- MythX plugin documentation update (PR)[https://github.com/iamdefinitelyahuman/brownie/pull/366]
Expand Down
2 changes: 1 addition & 1 deletion brownie/_cli/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from brownie.utils import color, notify
from brownie.utils.docopt import docopt, levenshtein_norm

__version__ = "1.6.5"
__version__ = "1.6.6"

__doc__ = """Usage: brownie <command> [<args>...] [options <args>]
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def setup(sphinx):
# The short X.Y version
version = ""
# The full version, including alpha/beta/rc tags
release = "v1.6.5"
release = "v1.6.6"


# -- General configuration ---------------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
colorama>=0.4.1;platform_system=='Windows'
eth-abi==2.1.0
eth-abi==2.1.1
eth-event>=0.2.2,<1.0.0
eth-hash[pycryptodome]==0.2.0
eth-utils==1.8.4
Expand All @@ -14,7 +14,7 @@ pytest==5.3.5
pytest-xdist==1.31.0
pythx==1.5.5
pyyaml>=5.3.0,<6.0.0
requests>=2.22.0,<3.0.0
requests>=2.23.0,<3.0.0
semantic-version>=2.8.4,<3.0.0
tqdm==4.43.0
vyper==0.1.0b16
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.6.5
current_version = 1.6.6

[bumpversion:file:setup.py]

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
setup(
name="eth-brownie",
packages=find_packages(),
version="1.6.5", # don't change this manually, use bumpversion instead
version="1.6.6", # don't change this manually, use bumpversion instead
license="MIT",
description="A Python framework for Ethereum smart contract deployment, testing and interaction.", # noqa: E501
long_description=long_description,
Expand Down

0 comments on commit 3753b0b

Please sign in to comment.