Skip to content

Commit

Permalink
bump: version 1.56.2 → 1.56.3
Browse files Browse the repository at this point in the history
  • Loading branch information
phil65 committed Jul 26, 2023
1 parent e1ed790 commit eb806bb
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
7 changes: 7 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## v1.56.3 (2023-07-26)

### Fix

- **WidgetScreenshot**: typo
- **CommandPalette**: adjust to kwarg-only

## v1.56.2 (2023-07-25)

### Fix
Expand Down
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.56.2"
__version__ = "1.56.3"

# import os

Expand Down
9 changes: 6 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "PrettyQt"
version = "1.56.2"
version = "1.56.3"
description = "A pythonic layer on top of PyQt6 / PySide6"
readme = 'docs/index.md'
requires-python = ">=3.10"
Expand Down Expand Up @@ -144,17 +144,20 @@ 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 @@ -184,7 +187,7 @@ dependencies = [

[tool.poetry]
name = "PrettyQt"
version = "1.56.2"
version = "1.56.3"
description = "A pythonic layer on top of PyQt6 / PySide6"
readme = 'docs/index.md'
repository = "https://github.com/phil65/prettyqt"
Expand Down Expand Up @@ -423,7 +426,7 @@ exclude = '''
[tool.commitizen]
name = "cz_conventional_commits"
github_repo = "phil65/PrettyQt"
version = "1.56.2"
version = "1.56.3"
tag_format = "v$version"
update_changelog_on_bump = true
changelog_start_rev = "v1.40.0"
Expand Down

0 comments on commit eb806bb

Please sign in to comment.