Skip to content

Commit 4921fbc

Browse files
committed
- Updatesd version number and changelog for release v1.8.1
1 parent 93a6611 commit 4921fbc

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

ChangeLog.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
-------------------------------------------------------------------------------
2+
Version 1.8.1 2023-02-21
3+
-------------------------------------------------------------------------------
4+
5+
Framework:
6+
7+
- Fixed bug where audio output and rotary encoder could not be used together.
8+
19
-------------------------------------------------------------------------------
210
Version 1.8 2022-11-08
311
-------------------------------------------------------------------------------

gui/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import os
22
import json
33

4-
VERSION = "1.8"
4+
VERSION = "1.8.1"
55

66
top_dir = os.path.dirname(os.path.dirname(os.path.abspath(__file__))) # Top level pyControl folder.
77
dirs = {

pyControl/framework.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from . import state_machine as sm
44
from . import hardware as hw
55

6-
VERSION = '1.8'
6+
VERSION = '1.8.1'
77

88
class pyControlError(BaseException): # Exception for pyControl errors.
99
pass

readme.txt

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

19-
Version: v1.8
19+
Version: v1.8.1
2020
---------------
2121

0 commit comments

Comments
 (0)