Skip to content

Commit 1ecfe87

Browse files
committed
1.0.0b4 release
1 parent a9501d2 commit 1ecfe87

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
- Deprecate `<project-dir>/libraries` directory in favor of all source files
1111
being found within the `<project-dir>/contracts` directory.
1212
- Deployment gas computations now handled by web3.py
13+
- New `populus.project.Project` object for sane access to populus project
14+
configuration and assets.
1315

1416
0.8.0
1517
-----

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
setup(
1717
name='populus',
18-
version="1.0.0b3",
18+
version="1.0.0b4",
1919
description="""Ethereum Development Framework""",
2020
long_description=readme,
2121
author='Piper Merriam',

0 commit comments

Comments
 (0)