chore: bump version to 0.6.0 (7 June 2026)
Some checks failed
/ mirror (push) Has been cancelled

https://claude.ai/code/session_01Ai8xRvmrzdhuTKiRQ2fnn9
This commit is contained in:
Claude 2026-06-07 18:03:09 +00:00
parent c43d8415a4
commit c7fde737f2
No known key found for this signature in database
2 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
#!/usr/bin/env python3
#
# mdcms v0.4.0 — CLI companion
# mdcms v0.6.0 — CLI companion
#
# Copyright 2026 Kristian Benestad
#
@ -16,7 +16,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
"""MD-CMS v0.4.0 — CLI tool for managing and building MD-CMS sites."""
"""MD-CMS v0.6.0 — CLI tool for managing and building MD-CMS sites."""
import json
import os
@ -32,8 +32,8 @@ import certifi
import click
import yaml
CLI_VERSION = "0.4.0"
CLI_RELEASE_DATE = "17 May 2026"
CLI_VERSION = "0.6.0"
CLI_RELEASE_DATE = "7 June 2026"
MIN_SUPPORTED_VERSION = "0.3"
MARKER_RE = re.compile(r"mdcms v(\d+\.\d+)", re.IGNORECASE)

View file

@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "mdcms"
version = "0.4.0"
version = "0.6.0"
description = "MD-CMS — Markdown-based CMS companion CLI"
readme = "README.md"
license = { text = "Apache-2.0" }