Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Each generated project includes:

## Installation

**Current Version**: 0.6.8
**Current Version**: 0.6.9rc1

```bash
pip install aegis-stack
Expand Down
2 changes: 1 addition & 1 deletion aegis/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
Aegis Stack CLI - Component generation and project management tools.
"""

__version__ = "0.6.8"
__version__ = "0.6.9rc1"
2 changes: 1 addition & 1 deletion copier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# - Update support

_min_copier_version: "9.0.0"
_version: "0.6.8"
_version: "0.6.9rc1"

# IMPORTANT: Template content is in subdirectory
# This allows the template to be recognized as git-tracked (aegis-stack repo root has .git)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "aegis-stack"
version = "0.6.8"
version = "0.6.9rc1"
description = "A production-ready FastAPI platform with modular components and a built-in control plane. Try: uvx aegis-stack init my-project"
readme = "README.md"
requires-python = ">=3.11,<3.15"
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading