diff --git a/CHANGELOG.md b/CHANGELOG.md index cfd61b1..6d9bb97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changes -2018-06-21 (version 0.7.0-rc1) +2018-09-15 (version 0.7.0) * New generic `stdout` and `env` segments diff --git a/setup.py b/setup.py index 400f3fb..49c3f05 100755 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup, find_packages setup( name="powerline-shell", - version="0.7.0-rc1", + version="0.7.0", description="A pretty prompt for your shell", author="Buck Ryan", author_email="buck@buckryan.com",