diff --git a/CHANGES.md b/CHANGES.md index fbc123ddea..f19a51adc0 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,7 +1,13 @@ +### 2024.2.20.204434 + +[full changelog](https://github.com/SickChill/SickChill/compare/2024.2.20...2024.2.20.204434) + + ### 2024.2.20 -[full changelog](https://github.com/SickChill/SickChill/compare/2024.2.18...2024.2.20) +[full changelog](https://github.com/SickChill/SickChill/compare/2024.2.2...2024.2.20) +* fix: pypi wont let me specify cinemagoer from source, we have to wait or use another library ### 2024.2.2 diff --git a/pyproject.toml b/pyproject.toml index 1e53917be6..1d532c6e74 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "sickchill" -version = "2024.2.20" +version = "2024.2.20.204434" description = 'Automatic Video Library Manager for TV Shows' license = "GPL-3.0-or-later"