Skip to content

Commit 367b3f0

Browse files
tbitcsoz-agent
andcommitted
chore: bump base version to 0.2.3 for next dev cycle
pyproject.toml and __init__.py fallback updated from 0.2.2 to 0.2.3 so RTD develop builds and {{ version }} placeholders reflect the correct generation. Dev release CI will publish 0.2.3.devN going forward. Co-Authored-By: Oz <oz-agent@warp.dev>
1 parent 3e20e15 commit 367b3f0

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
205205
- **G10**: Open TODOs format specified as `- [ ]` / `- [x]` checkbox syntax.
206206

207207
[Unreleased]: https://github.com/BitConcepts/specsmith/compare/v0.2.2...HEAD
208+
[0.2.3-dev]: https://github.com/BitConcepts/specsmith/compare/v0.2.2...develop
208209
[0.2.2]: https://github.com/BitConcepts/specsmith/compare/v0.2.1...v0.2.2
209210
[0.2.1]: https://github.com/BitConcepts/specsmith/compare/v0.2.0...v0.2.1
210211
[0.2.0]: https://github.com/BitConcepts/specsmith/compare/v0.1.3...v0.2.0

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "specsmith"
7-
version = "0.2.2"
7+
version = "0.2.3"
88
description = "Forge governed project scaffolds from the Agentic AI Development Workflow Specification."
99
readme = "README.md"
1010
license = {text = "MIT"}

src/specsmith/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
try:
99
__version__: str = _pkg_version("specsmith")
1010
except PackageNotFoundError: # running from source without install
11-
__version__ = "0.2.2"
11+
__version__ = "0.2.3"

0 commit comments

Comments
 (0)