Skip to content

Commit

Permalink
- Updatesd version number and changelog for release v1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasAkam committed Feb 21, 2023
1 parent 93a6611 commit 4921fbc
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
-------------------------------------------------------------------------------
Version 1.8.1 2023-02-21
-------------------------------------------------------------------------------

Framework:

- Fixed bug where audio output and rotary encoder could not be used together.

-------------------------------------------------------------------------------
Version 1.8 2022-11-08
-------------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion gui/settings.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import os
import json

VERSION = "1.8"
VERSION = "1.8.1"

top_dir = os.path.dirname(os.path.dirname(os.path.abspath(__file__))) # Top level pyControl folder.
dirs = {
Expand Down
2 changes: 1 addition & 1 deletion pyControl/framework.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from . import state_machine as sm
from . import hardware as hw

VERSION = '1.8'
VERSION = '1.8.1'

class pyControlError(BaseException): # Exception for pyControl errors.
pass
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ hardware_defintions : User hardware definition files
tools : Tools for importing and visualising pycontrol data
pyControl_GUI.py : Python script to launch the GUI

Version: v1.8
Version: v1.8.1
---------------

0 comments on commit 4921fbc

Please sign in to comment.