Skip to content

Commit fe24503

Browse files
committed
bump
1 parent a66dede commit fe24503

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# OMC3-GUI Changelog
22

3+
#### 2025-04-07 - v1.0.1
4+
5+
- Fixed:
6+
- Import error due to `accwidget 4.0.0` update.
7+
38
#### 2025-04-04 - v1.0.0 - Segment-by-Segment GUI
49

510
- Maintenance:

omc3_gui/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
__title__ = "omc3-gui"
1111
__description__ = "QT Graphical User Interface wrapper of the ``omc3`` package"
1212
__url__ = "https://github.com/pylhc/omc3_gui"
13-
__version__ = "1.0.0"
13+
__version__ = "1.0.1"
1414
__author__ = "pylhc"
1515
__author_email__ = "pylhc@github.com"
1616

omc3_gui/plotting/element_lines.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,3 @@ def plot_element_lines(plot: pg.PlotWidget, data_frame: tfs.TfsDataFrame, ranges
4949
pen = pg.mkPen(color="grey", width=1, style=Qt.PenStyle.DotLine)
5050
for element, x in s_elements.items():
5151
plotItem.addLine(x=x, z=-10, pen=pen, label=element, labelOpts={"angle": 90})
52-

0 commit comments

Comments
 (0)