Skip to content

Commit

Permalink
bump version to v3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tfeldmann committed Feb 4, 2024
1 parent 97797d6 commit b716a70
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## [Unreleased]

## v3.1.0 (2024-02-04)

- Add a new output format `errorsonly` which only shows output if an error occured.
- Fixes a bug where messages and paths containing brackets where not printed correctly
(#348, thanks @kwbr!)
Expand Down
2 changes: 1 addition & 1 deletion organize/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "3.0.1"
__version__ = "3.1.0"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "organize-tool"
version = "3.0.1"
version = "3.1.0"
description = "The file management automation tool"
packages = [{ include = "organize" }]
authors = ["Thomas Feldmann <mail@tfeldmann.de>"]
Expand Down

0 comments on commit b716a70

Please sign in to comment.