get ready for 0.6.0

This commit is contained in:
Buck Ryan 2018-06-20 10:18:58 -04:00
parent af919e1772
commit 3cf55e7b60
2 changed files with 3 additions and 2 deletions

View file

@ -1,7 +1,8 @@
# Changes
Unreleased (version 0.5.5)
Unreleased (version 0.6.0)
* Support for custom themes
* New option for the `time` segment to specify format of the displayed time
([@dundalek](https://github.com/b-ryan/powerline-shell/pull/383))

View file

@ -3,7 +3,7 @@ from setuptools import setup, find_packages
setup(
name="powerline-shell",
version="0.5.4",
version="0.6.0",
description="A pretty prompt for your shell",
author="Buck Ryan",
author_email="buck@buckryan.com",