diff --git a/CHANGELOG.md b/CHANGELOG.md index a5737c2..4cb09eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.4.1](https://github.com/dreulavelle/PTT/compare/v1.4.0...v1.4.1) (2024-11-10) + + +### Bug Fixes + +* dont remove documentary from title ([9222dfe](https://github.com/dreulavelle/PTT/commit/9222dfe5f8904043bf70b76f5dd1e994d3cf9bc0)) + ## [1.4.0](https://github.com/dreulavelle/PTT/compare/v1.3.1...v1.4.0) (2024-11-09) diff --git a/pyproject.toml b/pyproject.toml index 35af174..3e81326 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "parsett" -version = "1.4.0" +version = "1.4.1" description = "PTT" authors = ["Dreu LaVelle "] license = "MIT"