Skip to content

Commit be05d1b

Browse files
committed
v0.6.0 — Package for PyPI
- Always open text files in UTF-8 - If Git is not installed, the Git integration will now be automatically disabled instead of raising an error - Require Python 3.8+ - Now available as a package on PyPI
1 parent 9e15c57 commit be05d1b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
v0.6.0 (in development)
2-
-----------------------
1+
v0.6.0 (2024-05-12)
2+
-------------------
33
- Always open text files in UTF-8
44
- If Git is not installed, the Git integration will now be automatically
55
disabled instead of raising an error

src/jwodder_ps1/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
Visit <https://github.com/jwodder/ps1.py> for more information.
2121
"""
2222

23-
__version__ = "0.6.0.dev1"
23+
__version__ = "0.6.0"
2424
__author__ = "John Thorvald Wodder II"
2525
__author_email__ = "ps1@varonathe.org"
2626
__license__ = "MIT"

0 commit comments

Comments
 (0)