File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changes
2
2
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
+
3
8
2018-04-21 (version 0.5.2)
4
9
5
10
* Fix hostname colorize bug
Original file line number Diff line number Diff line change 3
3
4
4
setup (
5
5
name = "powerline-shell" ,
6
- version = "0.5.2 " ,
6
+ version = "0.5.3 " ,
7
7
description = "A pretty prompt for your shell" ,
8
8
author = "Buck Ryan" ,
9
9
author_email = "buck@buckryan.com" ,
10
10
license = "MIT" ,
11
11
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
+ ],
13
20
packages = [
14
21
"powerline_shell" ,
15
22
"powerline_shell.segments" ,
You can’t perform that action at this time.
0 commit comments