We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2b34be commit ad94839Copy full SHA for ad94839
CHANGELOG.md
@@ -1,7 +1,8 @@
1
# Changelog
2
-
3
## [Unreleased]
4
+## v3.1.1 (2024-02-11)
5
+
6
- Fixes the `organize show` command which broke in v3.1.0.
7
8
## v3.1.0 (2024-02-04)
organize/__version__.py
@@ -1 +1 @@
-__version__ = "3.1.0"
+__version__ = "3.1.1"
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "organize-tool"
-version = "3.1.0"
+version = "3.1.1"
description = "The file management automation tool"
packages = [{ include = "organize" }]
authors = ["Thomas Feldmann <mail@tfeldmann.de>"]
0 commit comments