Skip to content

Commit

Permalink
Bump up version
Browse files Browse the repository at this point in the history
  • Loading branch information
wummel committed Nov 4, 2024
1 parent 9616ef2 commit 91e4b62
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 3.0.3
current_version = 3.0.4
commit = False
tag = False

Expand Down
3 changes: 3 additions & 0 deletions doc/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
3.0.4 (released xx.xx.xxxx)
*

3.0.3 (released 04.11.2024)
* Fix UnicodeDecode errors when logging, especially on windows systems.
Closes: GH bug #170
Expand Down
2 changes: 1 addition & 1 deletion patoolib/configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"""Define basic configuration data like version or application name."""

AppName: str = "patool"
Version: str = "3.0.3"
Version: str = "3.0.4"
MyName: str = "Bastian Kleineidam"
MyEmail: str = "[email protected]"

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "patool"
version = "3.0.3"
version = "3.0.4"
requires-python = ">=3.10"
dependencies = []
# these values are set by setup.py
Expand Down

0 comments on commit 91e4b62

Please sign in to comment.