From dd6d7ced5aa1ec2f042dba23fb219adf8c0dd23d Mon Sep 17 00:00:00 2001 From: Spoked <5782630+dreulavelle@users.noreply.github.com> Date: Sat, 16 Nov 2024 05:35:47 -0600 Subject: [PATCH] chore(main): release 1.5.0 --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4cb09eb..be92db4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.5.0](https://github.com/dreulavelle/PTT/compare/v1.4.1...v1.5.0) (2024-11-16) + + +### Features + +* add adult parsing ([70be90e](https://github.com/dreulavelle/PTT/commit/70be90e8c015197785a8b548f8035e3bbc504216)) + ## [1.4.1](https://github.com/dreulavelle/PTT/compare/v1.4.0...v1.4.1) (2024-11-10) diff --git a/pyproject.toml b/pyproject.toml index 3e81326..f63897a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "parsett" -version = "1.4.1" +version = "1.5.0" description = "PTT" authors = ["Dreu LaVelle "] license = "MIT"