From 42a60d78ef6729542f2615d28c48998948828a15 Mon Sep 17 00:00:00 2001 From: ashariyar Date: Sat, 26 Oct 2024 16:27:18 -0400 Subject: [PATCH] CHANGELOG.md, version bump --- CHANGELOG.md | 2 ++ pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e51c49..f2efea5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,6 @@ # NEXT RELEASE + +# 1.12.0 * Sort files based on unidecoded ASCII text (i.e. without diacritics, accents, umlauts, etc.) * More default sorting rules diff --git a/pyproject.toml b/pyproject.toml index 1d71da1..b5de2da 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "clown_sort" -version = "1.11.0" +version = "1.12.0" description = "Sort screenshots based on rules or through individual review." authors = ["Michel de Cryptadamus "] readme = "README.md"