From 41a4e58fe6092fdd252ed0f61768cddf230055f6 Mon Sep 17 00:00:00 2001 From: miigotu Date: Fri, 1 Mar 2024 01:23:07 -0500 Subject: [PATCH] Release version 2024.3.1, Update Changelog --- CHANGES.md | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 9bbab95911..72cfd776b8 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,7 +1,13 @@ +### 2024.3.1 + +[full changelog](https://github.com/SickChill/SickChill/compare/2024.2.27...2024.3.1) + + ### 2024.2.27 [full changelog](https://github.com/SickChill/SickChill/compare/2024.2.20.204434...2024.2.27) +* feat: add ability to drop Results.zip or sickchill-*-none-any.whl into a folder and have sickchill auto install it, and an argument to pass a path to a whl or zip to install ### 2024.2.20.204434 diff --git a/pyproject.toml b/pyproject.toml index a0487e12af..f9d3be99a5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "sickchill" -version = "2024.2.27" +version = "2024.3.1" description = 'Automatic Video Library Manager for TV Shows' license = "GPL-3.0-or-later"