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"