We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9501d2 commit 1ecfe87Copy full SHA for 1ecfe87
CHANGELOG
@@ -10,6 +10,8 @@
10
- Deprecate `<project-dir>/libraries` directory in favor of all source files
11
being found within the `<project-dir>/contracts` directory.
12
- Deployment gas computations now handled by web3.py
13
+- New `populus.project.Project` object for sane access to populus project
14
+ configuration and assets.
15
16
0.8.0
17
-----
setup.py
@@ -15,7 +15,7 @@
setup(
name='populus',
18
- version="1.0.0b3",
+ version="1.0.0b4",
19
description="""Ethereum Development Framework""",
20
long_description=readme,
21
author='Piper Merriam',
0 commit comments