Skip to content

Commit eab3aa0

Browse files
committed
v0.7.1 — Fix support for custom venv prompt prefixes
1 parent a40dda5 commit eab3aa0

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.7.1 (in development)
2-
-----------------------
1+
v0.7.1 (2024-05-23)
2+
-------------------
33
- Fixed support for custom venv prompt prefixes
44

55
v0.7.0 (2024-05-13)

src/jwodder_ps1/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
Visit <https://github.com/jwodder/ps1.py> for more information.
2020
"""
2121

22-
__version__ = "0.7.1.dev1"
22+
__version__ = "0.7.1"
2323
__author__ = "John Thorvald Wodder II"
2424
__author_email__ = "ps1@varonathe.org"
2525
__license__ = "MIT"

0 commit comments

Comments
 (0)