Skip to content

Commit

Permalink
update changelog, bump version to 1.0.0b3
Browse files Browse the repository at this point in the history
  • Loading branch information
iamdefinitelyahuman committed Apr 26, 2019
1 parent 3c6ddf4 commit 8118bf6
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
1.0.0b3
-------

- major code re-organization and refactoring
- allow skipping contracts with _
- modify test coverage file format
- merge test and coverage components of cli
- only run tests / coverage evaluation if related files have changed
- integrate opview as brownie gui
- many bugfixes and minor changes


1.0.0b2
-------

Expand Down
2 changes: 1 addition & 1 deletion brownie/cli/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from brownie.cli.utils import color
import brownie.project as project

__version__ = "1.0.0b2" # did you change this in docs/conf.py as well?
__version__ = "1.0.0b3" # did you change this in docs/conf.py as well?

__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 @@ -26,7 +26,7 @@
# The short X.Y version
version = ''
# The full version, including alpha/beta/rc tags
release = '1.0.0b2'
release = '1.0.0b3'


# -- General configuration ---------------------------------------------------
Expand Down

0 comments on commit 8118bf6

Please sign in to comment.