Skip to content

Commit ad94839

Browse files
committed
bump version to v3.1.1
1 parent e2b34be commit ad94839

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# Changelog
2-
32
## [Unreleased]
43

4+
## v3.1.1 (2024-02-11)
5+
56
- Fixes the `organize show` command which broke in v3.1.0.
67

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

organize/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "3.1.0"
1+
__version__ = "3.1.1"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "organize-tool"
3-
version = "3.1.0"
3+
version = "3.1.1"
44
description = "The file management automation tool"
55
packages = [{ include = "organize" }]
66
authors = ["Thomas Feldmann <mail@tfeldmann.de>"]

0 commit comments

Comments
 (0)