Skip to content

Commit

Permalink
Merge pull request #489 from ImperialCollegeLondon/release_v1.3
Browse files Browse the repository at this point in the history
Release v1.3
  • Loading branch information
alexdewar authored Dec 15, 2023
2 parents bf3cc67 + d81663d commit 2612b3b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion finesse/gui/main_window.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@

from finesse.config import (
APP_NAME,
APP_VERSION,
TEMPERATURE_MONITOR_COLD_BB_IDX,
TEMPERATURE_MONITOR_HOT_BB_IDX,
)
Expand All @@ -36,7 +37,7 @@ class MainWindow(QMainWindow):
def __init__(self) -> None:
"""Create a new MainWindow."""
super().__init__()
self.setWindowTitle(APP_NAME)
self.setWindowTitle(f"{APP_NAME} v{APP_VERSION}")

set_uncaught_exception_handler(self)

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "FINESSE"
version = "1.2.0"
version = "1.3.0"
description = "A graphical user interface for controlling and monitoring an interferometer device."
authors = [
"Alex Dewar <[email protected]>",
Expand Down

0 comments on commit 2612b3b

Please sign in to comment.