From 39fcfb396d44733fa485ed3142204f2ffd5cef16 Mon Sep 17 00:00:00 2001 From: Florian Rau Date: Tue, 3 Dec 2024 11:30:12 +0000 Subject: [PATCH] correct version / changelog --- CHANGELOG.md | 6 ++++-- iblqt/__init__.py | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c50869b..85829bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,17 +7,19 @@ 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.3.1] - 2024-10-08 +## [0.3.2] - 2024-12-03 ### Changed - core.FileWatcher: simplified and renamed to core.PathWatcher +## [0.3.1] - 2024-11-28 + ### Fixed - core.DataFrameTableModel: fixed issue with sorting -## [0.3.0] - 2024-10-08 +## [0.3.0] - 2024-11-28 ### Added diff --git a/iblqt/__init__.py b/iblqt/__init__.py index d4b4079..1a99340 100644 --- a/iblqt/__init__.py +++ b/iblqt/__init__.py @@ -1,3 +1,3 @@ """A collection of extensions to the Qt framework.""" -__version__ = '0.3.1' +__version__ = '0.3.2'