From 176dafa3f073b61bb6f960ebfe49e146ebb70064 Mon Sep 17 00:00:00 2001 From: Florian Rau Date: Fri, 27 Oct 2023 10:17:54 +0100 Subject: [PATCH] ready for release --- CHANGELOG.md | 6 ++++++ iblrig/__init__.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 67390dabf..a84639c33 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ Changelog ------ * add a trainingPhaseChoiceWorld task to fix the training levels * bugfix: copy script prompt accepts both upper case and lower case Y to proceed +* bugfix: update-check used incorrect calls for subprocesses + ------------------------------- 8.11.5 @@ -40,6 +42,8 @@ Changelog * detect duds (less than 42 trials) and offer deletion * various small bugfixes +------------------------------- + 8.10.2 ------ * hot-fix parsing of path args in transfer_data @@ -58,6 +62,8 @@ Changelog * adaptive reward from previous sessions in TrainingChoiceWorld * updater: fetch remote changelog to advertise new features +------------------------------- + 8.9.4 ----- * correction for version regex diff --git a/iblrig/__init__.py b/iblrig/__init__.py index 77d5250f5..454dfb113 100644 --- a/iblrig/__init__.py +++ b/iblrig/__init__.py @@ -4,7 +4,7 @@ # 3) Check CI and eventually wet lab test # 4) Pull request to iblrigv8 # 5) git tag the release in accordance to the version number below (after merge!) -__version__ = '8.11.5' +__version__ = '8.12.0' # The following method call will try to get post-release information (i.e. the number of commits since the last tagged # release corresponding to the one above), plus information about the state of the local repository (dirty/broken)