From 17d640474740e04d4868f823b82c5cde7c550859 Mon Sep 17 00:00:00 2001 From: Piper Merriam Date: Wed, 23 Dec 2015 15:13:33 -0700 Subject: [PATCH] 0.6.6 --- CHANGELOG | 5 +++++ populus/__init__.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 98c899fe..df886845 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,8 @@ +0.6.6 +----- + +- Actually fix the address bug. + 0.6.5 ----- diff --git a/populus/__init__.py b/populus/__init__.py index 7bbb2ef5..4c513f3b 100644 --- a/populus/__init__.py +++ b/populus/__init__.py @@ -1 +1 @@ -__version__ = "0.6.5" +__version__ = "0.6.6"