Skip to content

Commit

Permalink
Bump minor version for option change
Browse files Browse the repository at this point in the history
  • Loading branch information
wummel committed Nov 19, 2024
1 parent 2685879 commit e82ba84
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.4
current_version = 3.1.0
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.1.0 (released xx.xx.xxxx)
*

3.0.4 (released xx.xx.xxxx)
* Added support for UDF (.udf) archives with 7z.
Closes: GH bug #80
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.4"
Version: str = "3.1.0"
MyName: str = "Bastian Kleineidam"
MyEmail: str = "bastian.kleineidam@web.de"

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.4"
version = "3.1.0"
requires-python = ">=3.10"
dependencies = []
# these values are set by setup.py
Expand Down

0 comments on commit e82ba84

Please sign in to comment.