From 368f95b16c6610cdb2d48e971bab95d90450c5ef Mon Sep 17 00:00:00 2001 From: Spoked <5782630+dreulavelle@users.noreply.github.com> Date: Tue, 17 Sep 2024 16:00:12 -0500 Subject: [PATCH] chore(main): release 1.3.1 --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d27a33b..41bf21a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.3.1](https://github.com/dreulavelle/PTT/compare/v1.3.0...v1.3.1) (2024-09-17) + + +### Bug Fixes + +* add missing module ([92c8cfa](https://github.com/dreulavelle/PTT/commit/92c8cfa4ecef00877c608027c65f017dfb48d7b4)) + ## [1.3.0](https://github.com/dreulavelle/PTT/compare/v1.2.7...v1.3.0) (2024-09-17) diff --git a/pyproject.toml b/pyproject.toml index 59ecf91..454abc9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "parsett" -version = "1.3.0" +version = "1.3.1" description = "PTT" authors = ["Dreu LaVelle "] license = "MIT"