Skip to content

Commit 5563655

Browse files
author
Buck Ryan
committed
prepare 0.5.2
1 parent b2797c7 commit 5563655

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

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

3+
2018-04-21 (version 0.5.2)
4+
5+
* Fix hostname colorize bug
6+
([@comagnaw](https://github.com/b-ryan/powerline-shell/issues/353))
7+
* Fix issue with prompt bleeding behavior
8+
([@bytebeast](https://github.com/b-ryan/powerline-shell/issues/249))
9+
* Better error message when config file cannot be decoded (Closes
10+
[#371](https://github.com/b-ryan/powerline-shell/issues/371))
11+
312
2018-04-13 (version 0.5.1)
413

514
* Fix Python 3 compatibility of `git_stash` segment

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@
33

44
setup(
55
name="powerline-shell",
6-
version="0.5.1",
6+
version="0.5.2",
77
description="A pretty prompt for your shell",
88
author="Buck Ryan",
9+
author_email="buck@buckryan.com",
10+
license="MIT",
911
url="https://github.com/banga/powerline-shell",
1012
classifiers=[],
1113
packages=[

0 commit comments

Comments
 (0)