prepare 0.5.3

This commit is contained in:
Buck Ryan 2018-04-21 17:50:42 -04:00
parent bbb7354068
commit 08c07fa1f1
2 changed files with 14 additions and 2 deletions

View file

@ -1,5 +1,10 @@
# Changes
2018-04-21 (version 0.5.3)
* New theme! (gruvbox)
([@monicaycli](https://github.com/b-ryan/powerline-shell/pull/388))
2018-04-21 (version 0.5.2)
* Fix hostname colorize bug

View file

@ -3,13 +3,20 @@ from setuptools import setup, find_packages
setup(
name="powerline-shell",
version="0.5.2",
version="0.5.3",
description="A pretty prompt for your shell",
author="Buck Ryan",
author_email="buck@buckryan.com",
license="MIT",
url="https://github.com/banga/powerline-shell",
classifiers=[],
classifiers=[
"Programming Language :: Python :: 2",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.3",
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
],
packages=[
"powerline_shell",
"powerline_shell.segments",