Skip to content

Commit a77e9ee

Browse files
committed
v0.7.0 — Dark & light themes
- The branch name/`HEAD` description is now truncated if it gets too long. - Add `--theme` option for selecting between dark and light themes - Add `--no-hostname` option - Drop support for Python 3.8
1 parent 594d606 commit a77e9ee

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.7.0 (in development)
2-
-----------------------
1+
v0.7.0 (2024-05-13)
2+
-------------------
33
- The branch name/`HEAD` description is now truncated if it gets too long.
44
- Add `--theme` option for selecting between dark and light themes
55
- Add `--no-hostname` option

src/jwodder_ps1/__init__.py

Lines changed: 1 addition & 1 deletion
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.0.dev1"
22+
__version__ = "0.7.0"
2323
__author__ = "John Thorvald Wodder II"
2424
__author_email__ = "[email protected]"
2525
__license__ = "MIT"

0 commit comments

Comments
 (0)