prepare 0.4.4

This commit is contained in:
Buck Ryan 2017-12-19 11:27:31 -05:00
parent 744d9382f4
commit 6ddc482c13
2 changed files with 10 additions and 1 deletions

View file

@ -1,5 +1,14 @@
# Changes
2017-12-19 (version 0.4.4)
* New options and symbol for the `battery` segment
([@kc9jud](https://github.com/b-ryan/powerline-shell/pull/332))
* Update `svn` segment to use threads
([@kc9jud](https://github.com/b-ryan/powerline-shell/pull/333))
* Fix `username` segment in cygwin
([@ericLemanissier](https://github.com/b-ryan/powerline-shell/commits/master))
2017-11-25 (version 0.4.3)
* New option for `cwd` segment that allows the last directory to not be

View file

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