Skip to content

Commit 08c07fa

Browse files
author
Buck Ryan
committed
prepare 0.5.3
1 parent bbb7354 commit 08c07fa

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changes
22

3+
2018-04-21 (version 0.5.3)
4+
5+
* New theme! (gruvbox)
6+
([@monicaycli](https://github.com/b-ryan/powerline-shell/pull/388))
7+
38
2018-04-21 (version 0.5.2)
49

510
* Fix hostname colorize bug

setup.py

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,20 @@
33

44
setup(
55
name="powerline-shell",
6-
version="0.5.2",
6+
version="0.5.3",
77
description="A pretty prompt for your shell",
88
author="Buck Ryan",
99
author_email="buck@buckryan.com",
1010
license="MIT",
1111
url="https://github.com/banga/powerline-shell",
12-
classifiers=[],
12+
classifiers=[
13+
"Programming Language :: Python :: 2",
14+
"Programming Language :: Python :: 2.7",
15+
"Programming Language :: Python :: 3",
16+
"Programming Language :: Python :: 3.3",
17+
"Programming Language :: Python :: 3.4",
18+
"Programming Language :: Python :: 3.5",
19+
],
1320
packages=[
1421
"powerline_shell",
1522
"powerline_shell.segments",

0 commit comments

Comments
 (0)