Skip to content

Commit

Permalink
bump: version 1.57.3 → 1.57.4
Browse files Browse the repository at this point in the history
  • Loading branch information
phil65 committed Sep 16, 2023
1 parent b785909 commit d47f896
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion prettyqt/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

__author__ = """Philipp Temminghoff"""
__email__ = "phil65@kodi.tv"
__version__ = "1.57.3"
__version__ = "1.57.4"

# import os

Expand Down
12 changes: 9 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "PrettyQt"
version = "1.57.3"
version = "1.57.4"
description = "A pythonic layer on top of PyQt6 / PySide6"
readme = 'README.md'
requires-python = ">=3.11"
Expand Down Expand Up @@ -143,19 +143,22 @@ test = 'pytest --cov-report=term-missing --cov-config=pyproject.toml --cov=pkg -




[tool.hatch.envs.default.scripts]
test = 'pytest --cov-report=term-missing --cov-config=pyproject.toml --cov=pkg --cov=tests'





[tool.hatch.envs.docs.scripts]
build = "mkdocs build --clean"
serve = "mkdocs serve --dirtyreload"





[tool.hatch.build]
sources = ["prettyqt"]
include = [
Expand Down Expand Up @@ -185,7 +188,7 @@ dependencies = [

[tool.poetry]
name = "PrettyQt"
version = "1.57.3"
version = "1.57.4"
description = "A pythonic layer on top of PyQt6 / PySide6"
readme = 'README.md'
license = "MIT"
Expand Down Expand Up @@ -227,6 +230,9 @@ iconbrowser = "prettyqt.custom_widgets.iconbrowser:run"
[tool.poetry.plugins."pyinstaller40"]
hook-dirs = "prettyqt.__pyinstaller:get_hook_dirs"

[tool.poetry.plugins."mkdocs.plugins"]
mknodes = "mknodes.plugin:MkNodesPlugin"

# [tool.poetry.plugins."pytest11"]
# pytest-qt = "prettyqt.prettyqtest.plugin"

Expand Down Expand Up @@ -448,7 +454,7 @@ exclude = '''
[tool.commitizen]
name = "cz_conventional_commits"
github_repo = "phil65/PrettyQt"
version = "1.57.3"
version = "1.57.4"
tag_format = "v$version"
update_changelog_on_bump = false
changelog_start_rev = "v1.40.0"
Expand Down

0 comments on commit d47f896

Please sign in to comment.