Skip to content

Commit

Permalink
Releasing 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
CPrescher committed Oct 31, 2023
1 parent 2e7fe44 commit f5846e1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 1.4.2 (2023/10/31)

### Bug fixes:
- not specifically dependent on pyside anymore, glassure should now also work with pyqt6, pyqt5 or pyside2, default
is still pyside6

## 1.4.1 (2023/10/27)

### Bug fixes:
Expand Down
2 changes: 1 addition & 1 deletion glassure/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# -*- coding: utf8 -*-
__version__ = '1.4.1'
__version__ = '1.4.2'

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "glassure"
version = "1.4.1"
version = "1.4.2"
description = "API and GUI for analysis of X-ray total scattering data"
authors = ["Clemens Prescher <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit f5846e1

Please sign in to comment.