From be1e4558ca809c2cd0c6d962197b46249dfa2161 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20Avil=C3=A9s?= Date: Wed, 3 Apr 2024 21:42:44 +0200 Subject: [PATCH] Bump to v0.2.0 --- CHANGELOG.md | 4 ++++ pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a1ed544..fe8038d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## v0.2.0 + +- Added compatibility for Indico v3.3. + ## v0.1.0 - Initial release diff --git a/pyproject.toml b/pyproject.toml index 901a528..0c35bc7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ prefer-active-python = true [tool.poetry] name = "indico-patcher" -version = "0.1.0" +version = "0.2.0" description = "The Swiss Army knife to customize Indico" repository = "https://github.com/unconventionaldotdev/indico-patcher" readme = "README.md"