Skip to content

Commit cf882dc

Browse files
committed
v0.2.2 — Fix a crash
- When inside a `.git` directory, treat it like a bare repository, thereby fixing a crash
1 parent 18596fd commit cf882dc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
v0.2.2 (in development)
2-
-----------------------
1+
v0.2.2 (2021-07-11)
2+
-------------------
33
- When inside a `.git` directory, treat it like a bare repository, thereby
44
fixing a crash
55

ps1.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
by running ``PS1_GIT=off`` on the command line.
5858
"""
5959

60-
__version__ = '0.2.2.dev1'
60+
__version__ = '0.2.2'
6161
__author__ = 'John T. Wodder II'
6262
__author_email__ = 'ps1@varonathe.org'
6363
__license__ = 'MIT'

0 commit comments

Comments
 (0)