diff --git a/CHANGELOG b/CHANGELOG index 797cd799..e21a6f5b 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,13 @@ Changelog ========= +0.2.1 (2015-09-23) +------------------ + +### Bug Fixes + +- Fixed [#29](https://github.com/donnemartin/saws/issues/29): Dependency python-prompt-toolkit > 0.50 breaks saws. + 0.2.0 (2015-09-22) ------------------ diff --git a/saws/__init__.py b/saws/__init__.py index 7805ba79..3ca654a6 100644 --- a/saws/__init__.py +++ b/saws/__init__.py @@ -11,4 +11,4 @@ # ANY KIND, either express or implied. See the License for the specific # language governing permissions and limitations under the License. -__version__ = '0.2.0' +__version__ = '0.2.1'