We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 100ccc3 commit d2a8107Copy full SHA for d2a8107
CHANGES.rst
@@ -1,6 +1,13 @@
1
CHANGELOG
2
~~~~~~~~~
3
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
11
20.4.1
12
~~~~~~
13
Date: 22.04.2020
setup.cfg
@@ -37,7 +37,7 @@ install_requires =
37
Pint>=0.9
38
docutils
39
importlib_resources>=0.3
40
- pyqtconsole>=1.1.3
+ pyqtconsole==1.1.3
41
jedi
42
PyOpenGL
43
src/madgui/__init__.py
@@ -35,7 +35,7 @@
35
==================== =========================================================
36
"""
-__version__ = '20.4.1'
+__version__ = '20.4.2'
__title__ = 'madgui'
__summary__ = 'GUI for accelerator simulations using MAD-X.'
0 commit comments