We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
$MAIL
1 parent 0bf3986 commit d7d21c9Copy full SHA for d7d21c9
CHANGELOG.md
@@ -1,5 +1,5 @@
1
-v0.7.2 (in development)
2
------------------------
+v0.7.2 (2024-07-11)
+-------------------
3
- Fix crash when `$MAIL` is set but file is empty
4
5
v0.7.1 (2024-05-23)
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.2.dev1"
+__version__ = "0.7.2"
23
__author__ = "John Thorvald Wodder II"
24
__author_email__ = "ps1@varonathe.org"
25
__license__ = "MIT"
0 commit comments