From 30bc321edbc59c41a734671bf5fbef8ffac26d06 Mon Sep 17 00:00:00 2001 From: BastiTee Date: Sun, 14 Jul 2024 19:23:50 +0200 Subject: [PATCH] Version 0.3.3 --- CHANGELOG.md | 5 +++++ pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 51f080e..8f73f49 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 0.3.3 + +- Upgraded all dependencies +- Add support and Github actions matrix for Python 3.12 + ## 0.3.2 - Upgraded all dependencies diff --git a/pyproject.toml b/pyproject.toml index 813d9fe..b7cefe2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "my_module" -version = "0.3.2" +version = "0.3.3" description = "" license = "Apache 2.0" authors = ["Basti Tee "]