Skip to content

Commit d7d21c9

Browse files
committed
v0.7.2 — Fix crash when $MAIL is set but file is empty
1 parent 0bf3986 commit d7d21c9

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.2 (in development)
2-
-----------------------
1+
v0.7.2 (2024-07-11)
2+
-------------------
33
- Fix crash when `$MAIL` is set but file is empty
44

55
v0.7.1 (2024-05-23)

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.2.dev1"
22+
__version__ = "0.7.2"
2323
__author__ = "John Thorvald Wodder II"
2424
__author_email__ = "ps1@varonathe.org"
2525
__license__ = "MIT"

0 commit comments

Comments
 (0)