mirror of
https://github.com/b-ryan/powerline-shell.git
synced 2026-09-10 07:26:28 -04:00
prepare 0.7.0
This commit is contained in:
parent
09fd45d6fc
commit
7332357af6
|
|
@ -1,6 +1,6 @@
|
||||||
# Changes
|
# Changes
|
||||||
|
|
||||||
2018-06-21 (version 0.7.0-rc1)
|
2018-09-15 (version 0.7.0)
|
||||||
|
|
||||||
* New generic `stdout` and `env` segments
|
* New generic `stdout` and `env` segments
|
||||||
|
|
||||||
|
|
|
||||||
2
setup.py
2
setup.py
|
|
@ -3,7 +3,7 @@ from setuptools import setup, find_packages
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="powerline-shell",
|
name="powerline-shell",
|
||||||
version="0.7.0-rc1",
|
version="0.7.0",
|
||||||
description="A pretty prompt for your shell",
|
description="A pretty prompt for your shell",
|
||||||
author="Buck Ryan",
|
author="Buck Ryan",
|
||||||
author_email="buck@buckryan.com",
|
author_email="buck@buckryan.com",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue