Skip to content

Commit

Permalink
Merge pull request #57 from CMT-MU/develop
Browse files Browse the repository at this point in the history
Releasing for 1.1.25
  • Loading branch information
hiro-k-phys committed Jan 2, 2024
2 parents 414d682 + c4dc6c0 commit 38979eb
Show file tree
Hide file tree
Showing 9 changed files with 230 additions and 482 deletions.
4 changes: 2 additions & 2 deletions others/source/detail.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ core/color_dialog.py

.. automodule:: qtdraw.core.color_dialog

core/color_palette.py
core/color_pixmap.py
---------------------

.. automodule:: qtdraw.core.color_palette
.. automodule:: qtdraw.core.color_pixmap

core/editable_widget.py
-----------------------
Expand Down
2 changes: 1 addition & 1 deletion qtdraw/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = "1.1.24"
__version__ = "1.1.25"
__date__ = "2021 - 2023"
__author__ = "Hiroaki Kusunose"
2 changes: 1 addition & 1 deletion qtdraw/core/color_dialog.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from gcoreutils.color_palette import hex_colornames, _hex2rgb
from qtpy.QtWidgets import QColorDialog
from qtdraw.core.color_palette import hex_colornames, _hex2rgb


# ==================================================
Expand Down

0 comments on commit 38979eb

Please sign in to comment.