Skip to content

Commit

Permalink
Updated version and copyright info.
Browse files Browse the repository at this point in the history
  • Loading branch information
psb1558 committed Jan 5, 2025
1 parent 0719f9a commit 19e280d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ygt/window.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
# FileNameVar = TypeVar("FileNameVar", str, tuple[str, Any])
FileNameVar = Union[str, tuple[str, Any]]
# FileNameVar = Any
ygt_version = "0.2.5"
ygt_version = "0.2.6"


class ygPreviewFontMaker(QThread):
Expand Down Expand Up @@ -1629,7 +1629,7 @@ def show_about_dialog(self) -> None:
msg.setStyleSheet("QLabel{min-width: 350px;}")
msg.setWindowTitle("About YGT")
msg.setText("YGT TrueType Hint Editor v. " + ygt_version)
detailed_text = "Copyright © 2024 by Peter S. Baker.\n"
detailed_text = "Copyright © 2024–2025 by Peter S. Baker.\n"
detailed_text += "Apache License, version 2.0. \n\n"
detailed_text += "For further information, visit https://github.com/psb1558/ygt."
msg.setDetailedText(detailed_text)
Expand Down

0 comments on commit 19e280d

Please sign in to comment.