We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a40dda5 commit eab3aa0Copy full SHA for eab3aa0
CHANGELOG.md
@@ -1,5 +1,5 @@
1
-v0.7.1 (in development)
2
------------------------
+v0.7.1 (2024-05-23)
+-------------------
3
- Fixed support for custom venv prompt prefixes
4
5
v0.7.0 (2024-05-13)
src/jwodder_ps1/__init__.py
@@ -19,7 +19,7 @@
19
Visit <https://github.com/jwodder/ps1.py> for more information.
20
"""
21
22
-__version__ = "0.7.1.dev1"
+__version__ = "0.7.1"
23
__author__ = "John Thorvald Wodder II"
24
__author_email__ = "ps1@varonathe.org"
25
__license__ = "MIT"
0 commit comments