diff --git a/kapitan/version.py b/kapitan/version.py index 3eb3930d3..777c7a3f1 100644 --- a/kapitan/version.py +++ b/kapitan/version.py @@ -8,7 +8,7 @@ """Project description variables.""" PROJECT_NAME = "kapitan" -VERSION = "0.33.1" +VERSION = "0.33.2" DESCRIPTION = "Generic templated configuration management for Kubernetes, Terraform and other things" AUTHOR = "Ricardo Amaro" AUTHOR_EMAIL = "ramaro@kapicorp.com" diff --git a/overrides/main.html b/overrides/main.html index a8d15cdc6..391d9f3fb 100644 --- a/overrides/main.html +++ b/overrides/main.html @@ -1,6 +1,6 @@ {% extends "base.html" %} {% block announce %} -

New kapitan release v0.33.1 now available!

+

New kapitan release v0.33.2 now available!

{% endblock %} {% block scripts %} {{ super() }} diff --git a/pyproject.toml b/pyproject.toml index c8290cf17..a0a3da114 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ classifiers = [ "Programming Language :: Python :: 3.12", ] license = "Apache-2.0" -version = "0.33.1" +version = "0.33.2" packages = [ { include = "kapitan" }, ]