Skip to content

Commit f85f4e7

Browse files
authored
Merge pull request #337 from lbedner/windows-bug
BUG: Windows Bug Fix And Version Bump
2 parents c563e6c + 56e3f19 commit f85f4e7

6 files changed

Lines changed: 4 additions & 344 deletions

File tree

aegis/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
Aegis Stack CLI - Component generation and project management tools.
33
"""
44

5-
__version__ = "0.3.4"
5+
__version__ = "0.4.0-rc1"

aegis/templates/cookiecutter-aegis-project/{{cookiecutter.project_slug}}/app/cli/{% if cookiecutter.include_scheduler == "yes" %}tasks.py{% endif %}

Lines changed: 0 additions & 340 deletions
This file was deleted.

aegis/templates/cookiecutter-aegis-project/{{cookiecutter.project_slug}}/app/entrypoints/{% if cookiecutter.include_scheduler == "yes" %}scheduler.py{% endif %} renamed to aegis/templates/cookiecutter-aegis-project/{{cookiecutter.project_slug}}/app/entrypoints/scheduler.py.j2

File renamed without changes.

copier.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# - Update support
77

88
_min_copier_version: "9.0.0"
9-
_version: "0.2.0"
9+
_version: "0.4.0-rc1"
1010

1111
# IMPORTANT: Template content is in subdirectory
1212
# This allows the template to be recognized as git-tracked (aegis-stack repo root has .git)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "aegis-stack"
3-
version = "0.3.4"
3+
version = "0.4.0-rc1"
44
description = "A production-ready Python foundation for builders who refuse to wait. Try: uvx aegis-stack init my-project"
55
readme = "README.md"
66
requires-python = ">=3.11,<3.14"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)