Skip to content

Commit 5f695c0

Browse files
committed
v0.3.0 — Support Conda environment prompt prefixes
1 parent 0bf01c3 commit 5f695c0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
v0.3.0 (in development)
2-
-----------------------
1+
v0.3.0 (2021-10-13)
2+
-------------------
33
- Support showing Conda environment prompt prefixes
44

55
v0.2.2 (2021-07-11)

ps1.py

+1-1
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.3.0.dev1'
60+
__version__ = '0.3.0'
6161
__author__ = 'John T. Wodder II'
6262
__author_email__ = 'ps1@varonathe.org'
6363
__license__ = 'MIT'

0 commit comments

Comments
 (0)