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 18596fd commit cf882dcCopy full SHA for cf882dc
CHANGELOG.md
@@ -1,5 +1,5 @@
1
-v0.2.2 (in development)
2
------------------------
+v0.2.2 (2021-07-11)
+-------------------
3
- When inside a `.git` directory, treat it like a bare repository, thereby
4
fixing a crash
5
ps1.py
@@ -57,7 +57,7 @@
57
by running ``PS1_GIT=off`` on the command line.
58
"""
59
60
-__version__ = '0.2.2.dev1'
+__version__ = '0.2.2'
61
__author__ = 'John T. Wodder II'
62
__author_email__ = 'ps1@varonathe.org'
63
__license__ = 'MIT'
0 commit comments