prepare 0.7.0

This commit is contained in:
Buck Ryan 2018-09-15 19:17:33 -04:00
parent 09fd45d6fc
commit 7332357af6
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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",