We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb346a9 commit e786d12Copy full SHA for e786d12
CHANGELOG.md
@@ -1,5 +1,5 @@
1
-v0.5.0 (in development)
2
------------------------
+v0.5.0 (2022-07-03)
+-------------------
3
- Add a `--git-timeout` option for disabling the Git integration if `git
4
status` takes too long to run
5
ps1.py
@@ -58,7 +58,7 @@
58
by running ``PS1_GIT=off`` on the command line.
59
"""
60
61
-__version__ = "0.4.0"
+__version__ = "0.5.0"
62
__author__ = "John T. Wodder II"
63
__author_email__ = "[email protected]"
64
__license__ = "MIT"
0 commit comments