Bump pyproject.toml to 0.3.1, update versioning rule in CLAUDE.md

https://claude.ai/code/session_015XtsgTMi8UtmgxEgb5Qt2c
This commit is contained in:
Claude 2026-05-16 15:07:44 +00:00
parent b1fc97a024
commit ce6f9ec09f
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co
## Versioning rule ## Versioning rule
**Always update `CLI_VERSION` and `CLI_RELEASE_DATE` in `mdcms.py` before producing a new version of the file.** After each change to `mdcms.py`, ask the user: "Will this be a new release?" If yes, bump `CLI_VERSION` (and `version` in `pyproject.toml`) before committing. Every merge into `main` is a release. Before committing any change to `mdcms.py`, ask: "Is this intended to be merged to main immediately?" If yes, bump `CLI_VERSION` and `CLI_RELEASE_DATE` in `mdcms.py` and `version` in `pyproject.toml` before committing. If the work is exploratory or not yet ready to merge, leave the version unchanged and ask again when the merge is imminent.
## Branching convention ## Branching convention

View file

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