Skip to content

Commit

Permalink
Merge branch 'master' of PlotPyStack/guidata
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreRaybaut committed Oct 16, 2023
2 parents e796b4f + 3b707a0 commit fe33975
Show file tree
Hide file tree
Showing 4 changed files with 1,574 additions and 1,560 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
# guidata Releases #

## Version 3.1.1 (work in progress) ##
## Version 3.1.1 (🚧 work in progress 🚧) ##

Changes:
🛠️ Bug fixes:

* 'Apply' button state is now correctly updated when modifying one of the following items:
* `dataset.MultipleChoiceItem`
* `dataset.dataitems.DictItem`
* `dataset.dataitems.FloatArrayItem`

💥 Changes:

* Removed `--unattended` command line option for `pytest`:
* Before: `pytest --unattended guidata` (to run tests without Qt event loop)
Expand Down
2 changes: 1 addition & 1 deletion guidata/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
and application development tools for Qt.
"""

__version__ = "3.1.0"
__version__ = "3.1.1"


# Dear (Debian, RPM, ...) package makers, please feel free to customize the
Expand Down
Loading

0 comments on commit fe33975

Please sign in to comment.