Skip to content

Commit

Permalink
Merge pull request #1194 from kapicorp/release_0_33_2
Browse files Browse the repository at this point in the history
Release 0.33.2
  • Loading branch information
ademariag committed Jul 15, 2024
2 parents 06f653b + 4f574ff commit ad7ed5a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion kapitan/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion overrides/main.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% extends "base.html" %}
{% block announce %}
<p>New <strong>kapitan</strong> release <a title="v0.33.1" href="/pages/blog/2024-02-12/">v0.33.1</a> now available!</p>
<p>New <strong>kapitan</strong> release <a title="v0.33.2" href="/pages/blog/2024-02-12/">v0.33.2</a> now available!</p>
{% endblock %}
{% block scripts %}
{{ super() }}
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" },
]
Expand Down

0 comments on commit ad7ed5a

Please sign in to comment.