Skip to content

Commit

Permalink
bump: version 1.57.1 → 1.57.2
Browse files Browse the repository at this point in the history
  • Loading branch information
phil65 committed Aug 2, 2023
1 parent 834c5b0 commit e8bd503
Show file tree
Hide file tree
Showing 2 changed files with 7 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.1"
__version__ = "1.57.2"

# 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.57.1"
version = "1.57.2"
description = "A pythonic layer on top of PyQt6 / PySide6"
readme = 'README.md'
requires-python = ">=3.10"
Expand Down Expand Up @@ -141,15 +141,18 @@ dependencies = [
test = 'pytest --cov-report=term-missing --cov-config=pyproject.toml --cov=pkg --cov=tests'



[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 @@ -179,7 +182,7 @@ dependencies = [

[tool.poetry]
name = "PrettyQt"
version = "1.57.1"
version = "1.57.2"
description = "A pythonic layer on top of PyQt6 / PySide6"
readme = 'README.md'
repository = "https://github.com/phil65/prettyqt"
Expand Down Expand Up @@ -417,7 +420,7 @@ exclude = '''
[tool.commitizen]
name = "cz_conventional_commits"
github_repo = "phil65/PrettyQt"
version = "1.57.1"
version = "1.57.2"
tag_format = "v$version"
update_changelog_on_bump = false
changelog_start_rev = "v1.40.0"
Expand Down

0 comments on commit e8bd503

Please sign in to comment.