This commit is contained in:
Buck Ryan 2018-01-15 12:10:11 -05:00
parent 4d4241fba0
commit ad27ed4ccc
2 changed files with 7 additions and 1 deletions

View file

@ -1,5 +1,11 @@
# Changes
2018-01-15 (version 0.4.7)
* VCS segments (git, hg, etc.) can now show a symbol identifying what VPS the
current directory uses
([@emansije](https://github.com/b-ryan/powerline-shell/pull/298))
2018-01-11 (version 0.4.6)
* Fix bug in SVN segment

View file

@ -3,7 +3,7 @@ from setuptools import setup, find_packages
setup(
name="powerline-shell",
version="0.4.6",
version="0.4.7",
description="A pretty prompt for your shell",
author="Buck Ryan",
url="https://github.com/banga/powerline-shell",