Skip to content

Commit

Permalink
Release madgui 19.4.3
Browse files Browse the repository at this point in the history
- fix RecursionError in ``UndoStack.macro()``, that occurs e.g. when using
  the MATCH/sectormap methods of corrector dialog
- fix potential NameError in ``UndoStack.rollback()``
- fix unwanted signal connections that can lead to TypeErrors and multiple
  signal handler executions (e.g. triggering the EditConfigDialog twice)
  • Loading branch information
coldfix committed Apr 25, 2019
1 parent dec63c9 commit 1641dac
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGES.rst
@@ -1,6 +1,17 @@
CHANGELOG
~~~~~~~~~

19.4.3
~~~~~~
Date: 25.04.2019

- fix RecursionError in ``UndoStack.macro()``, that occurs e.g. when using
the MATCH/sectormap methods of corrector dialog
- fix potential NameError in ``UndoStack.rollback()``
- fix unwanted signal connections that can lead to TypeErrors and multiple
signal handler executions (e.g. triggering the EditConfigDialog twice)


19.4.2
~~~~~~
Date: 24.04.2019
Expand Down
2 changes: 1 addition & 1 deletion src/madgui/__init__.py
Expand Up @@ -34,7 +34,7 @@
==================== =========================================================
"""

__version__ = '19.4.2'
__version__ = '19.4.3'

__title__ = 'madgui'
__summary__ = 'GUI for accelerator simulations using MAD-X.'
Expand Down

0 comments on commit 1641dac

Please sign in to comment.