Bump version to 0.3.8

https://claude.ai/code/session_01UP8Wo2CKPNhvvTkzX48CWF
This commit is contained in:
Claude 2026-05-17 19:06:12 +00:00
parent 60694c9ecf
commit 81d0f2ffd0
No known key found for this signature in database
2 changed files with 4 additions and 4 deletions

View file

@ -1,11 +1,11 @@
#!/usr/bin/env python3
#
# mdcms v0.3.7 — CLI companion
# mdcms v0.3.8 — CLI companion
#
# Copyright 2026 Kristian Benestad
# Apache License, Version 2.0 — https://www.apache.org/licenses/LICENSE-2.0
"""MD-CMS v0.3.7 — CLI tool for managing and building MD-CMS sites."""
"""MD-CMS v0.3.8 — 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.7"
CLI_VERSION = "0.3.8"
CLI_RELEASE_DATE = "17 May 2026"
MIN_SUPPORTED_VERSION = "0.3"

View file

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