Skip to content

Commit

Permalink
correct version / changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
bimac committed Dec 3, 2024
1 parent c50e83c commit 39fcfb3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion iblqt/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""A collection of extensions to the Qt framework."""

__version__ = '0.3.1'
__version__ = '0.3.2'

0 comments on commit 39fcfb3

Please sign in to comment.