From e31001e300d8f76f5aa65de5952e736ab7eafa30 Mon Sep 17 00:00:00 2001 From: Florian Rau Date: Fri, 17 Jan 2025 19:09:01 +0000 Subject: [PATCH] prepare release --- CHANGELOG.md | 7 +++++++ iblqt/__init__.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 286554a..9540628 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.4.1] - 2025-01-17 + +### Fixed +- core.QAlyx: fixed handling of authentication issues during rest query + ## [0.4.0] - 2025-01-17 ### Added @@ -81,7 +86,9 @@ _First release._ providing color-mapped numerical data. - widgets.StatefulButton: A QPushButton that maintains an active/inactive state. +[0.4.1]: https://github.com/int-brain-lab/iblqt/releases/tag/v0.4.1 [0.4.0]: https://github.com/int-brain-lab/iblqt/releases/tag/v0.4.0 +[0.3.2]: https://github.com/int-brain-lab/iblqt/releases/tag/v0.3.2 [0.3.1]: https://github.com/int-brain-lab/iblqt/releases/tag/v0.3.1 [0.3.0]: https://github.com/int-brain-lab/iblqt/releases/tag/v0.3.0 [0.2.0]: https://github.com/int-brain-lab/iblqt/releases/tag/v0.2.0 diff --git a/iblqt/__init__.py b/iblqt/__init__.py index 6a6f150..8d32b4f 100644 --- a/iblqt/__init__.py +++ b/iblqt/__init__.py @@ -1,3 +1,3 @@ """A collection of extensions to the Qt framework.""" -__version__ = '0.4.0' +__version__ = '0.4.1'