Skip to content

Commit 28cf5ea

Browse files
committed
- Edited changelog readme and gui_settings for release 1.7.1
1 parent 14dcaad commit 28cf5ea

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

ChangeLog.txt

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,22 @@
1+
-------------------------------------------------------------------------------
2+
Version 1.7.1 20/04/2022
3+
-------------------------------------------------------------------------------
4+
5+
GUI:
6+
7+
- Bug fix and improvements in custom variables dialog editor.
8+
19
-------------------------------------------------------------------------------
210
Version 1.7 06/04/2022
311
-------------------------------------------------------------------------------
412

5-
Framework:
13+
GUI:
614

715
- Added functionality for users to create custom dialogs for setting task
816
variables.
917

18+
Tools:
19+
1020
- Modified Rsyn_aligner code to remove the need for users to manually specify
1121
the units pulse times are measured in.
1222

config/gui_settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Graphical user interface settings.
22

3-
VERSION = '1.7'
3+
VERSION = '1.7.1'
44

55
update_interval = 10 # Interval between calls to the GUIs update function (ms).
66

readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ tasks : Task definition files
1515
tools : Tools for importing and visualising pycontrol data
1616
pyControl_GUI.py : Python script to launch the GUI.
1717

18-
Version: v1.7
18+
Version: v1.7.1
1919
---------------
2020

0 commit comments

Comments
 (0)