Skip to content

Commit

Permalink
bump: version 1.4.1 → 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
phil65 committed Apr 12, 2023
1 parent b7fbb91 commit 2b32d7a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v1.4.2 (2023-04-12)

### Fix

- only run tests on linux for now

## v1.4.1 (2023-04-12)

### 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.4.1"
__version__ = "1.4.2"


def debug():
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "PrettyQt"
version = "1.4.1"
version = "1.4.2"
description = "A pythonic layer on top of PyQt6 / PySide6"
readme = 'docs/index.md'
repository = "https://github.com/phil65/prettyqt"
Expand Down Expand Up @@ -180,7 +180,7 @@ exclude = '''
'''
[tool.commitizen]
name = "cz_conventional_commits"
version = "1.4.1"
version = "1.4.2"
tag_format = "v$version"
update_changelog_on_bump = true
changelog_start_rev = "v0.100.0"
Expand Down

0 comments on commit 2b32d7a

Please sign in to comment.