From 08c07fa1f13e63ffd140cf8c87f6d904227e75b5 Mon Sep 17 00:00:00 2001 From: Buck Ryan Date: Sat, 21 Apr 2018 17:50:42 -0400 Subject: [PATCH] prepare 0.5.3 --- CHANGELOG.md | 5 +++++ setup.py | 11 +++++++++-- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 76be97a..a77c7ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/setup.py b/setup.py index eb30f28..f8dc9a8 100755 --- a/setup.py +++ b/setup.py @@ -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",