Skip to content

Commit

Permalink
Bump version to v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
5yutan5 committed Nov 1, 2022
1 parent 40b23d5 commit b6432de
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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 = "PyQtDarkTheme"
version = "1.1.1"
version = "1.2.0"
description = "Flat dark theme for PySide and PyQt."
authors = ["Yunosuke Ohsugi <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion qdarktheme/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@
"""
# Version of PyQtDarkTheme
__version__ = "1.1.1"
__version__ = "1.2.0"

from qdarktheme.main import clear_cache, get_themes, load_palette, load_stylesheet
2 changes: 1 addition & 1 deletion qdarktheme/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def load_stylesheet(
corner_shape: The corner shape. There are `rounded` and `sharp` shape.
custom_colors: The custom color map. Overrides the default color for color id you set.
border: The corner shape. There are `rounded` and `sharp` shape.
This argument is deprecated since v2.0.0. Please use `corner_shape` instead.
This argument is deprecated since v1.2.0. Please use `corner_shape` instead.
This argument override value of argument `corner_shape`.
Raises:
Expand Down

0 comments on commit b6432de

Please sign in to comment.