Skip to content

Commit

Permalink
bump version to v3.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tfeldmann committed Feb 16, 2024
1 parent 40a9192 commit ba628a1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Changelog

## [Unreleased]

## v3.1.2 (2024-02-16)

- Fixes a validation error where correctly defined actions were not accepted in Python 3.12.2.

## v3.1.1 (2024-02-11)

- Fixes the `organize show` command which broke in v3.1.0.
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.1.1"
__version__ = "3.1.2"
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.1.1"
version = "3.1.2"
description = "The file management automation tool"
packages = [{ include = "organize" }]
authors = ["Thomas Feldmann <[email protected]>"]
Expand Down

0 comments on commit ba628a1

Please sign in to comment.