Skip to content

Commit d2a8107

Browse files
committed
Release madgui 20.4.1
1 parent 100ccc3 commit d2a8107

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGES.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
CHANGELOG
22
~~~~~~~~~
33

4+
20.4.2
5+
~~~~~~
6+
Date: 25.04.2020
7+
8+
- Update the User Guide. Work in progress
9+
- Add dynamical color to snapshots
10+
411
20.4.1
512
~~~~~~
613
Date: 22.04.2020

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ install_requires =
3737
Pint>=0.9
3838
docutils
3939
importlib_resources>=0.3
40-
pyqtconsole>=1.1.3
40+
pyqtconsole==1.1.3
4141
jedi
4242
PyOpenGL
4343

src/madgui/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
==================== =========================================================
3636
"""
3737

38-
__version__ = '20.4.1'
38+
__version__ = '20.4.2'
3939

4040
__title__ = 'madgui'
4141
__summary__ = 'GUI for accelerator simulations using MAD-X.'

0 commit comments

Comments
 (0)