Skip to content

Commit

Permalink
0.7.4 Version Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
pipermerriam committed Apr 13, 2016
1 parent e579031 commit cac4c1c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
0.7.5
-----

- Bugfix: `populus init` now creates the `libraries` directory
- Bugfix: `populus compile --watch` no longer fails if the `libraries`
directory isn't present.

0.7.4
-----

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

setup(
name='populus',
version="0.7.4",
version="0.7.5",
description="""Ethereum Development Framework""",
long_description=readme,
author='Piper Merriam',
Expand Down

0 comments on commit cac4c1c

Please sign in to comment.