diff --git a/mdcms.py b/mdcms.py index adafa12..c092823 100644 --- a/mdcms.py +++ b/mdcms.py @@ -1,11 +1,11 @@ #!/usr/bin/env python3 # -# mdcms v0.3.4 — CLI companion +# mdcms v0.3.5 — CLI companion # # Copyright 2026 Kristian Benestad # Apache License, Version 2.0 — https://www.apache.org/licenses/LICENSE-2.0 -"""MD-CMS v0.3.4 — CLI tool for managing and building MD-CMS sites.""" +"""MD-CMS v0.3.5 — CLI tool for managing and building MD-CMS sites.""" import json import os @@ -21,7 +21,7 @@ import certifi import click import yaml -CLI_VERSION = "0.3.4" +CLI_VERSION = "0.3.5" CLI_RELEASE_DATE = "16 May 2026" MIN_SUPPORTED_VERSION = "0.3" diff --git a/pyproject.toml b/pyproject.toml index aa6893a..a139d27 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "mdcms" -version = "0.3.4" +version = "0.3.5" description = "MD-CMS — Markdown-based CMS companion CLI" readme = "README.md" license = { text = "Apache-2.0" }