Skip to content

Commit e42cbf7

Browse files
chore(release): prepare 0.2.12 (#260)
1 parent 4bcae4a commit e42cbf7

5 files changed

Lines changed: 11 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 0.2.12 - 2026-07-28
4+
5+
### Packaging
6+
7+
- Add PyPI `keywords` and Trove `classifiers` to `create-awesome-python-app` and `create-python-app-core` `pyproject.toml` so the packages are discoverable on PyPI by scaffold/fastapi/django/celery/typer/uv/cli themes and filtered by Python version, license, and topic (#246).
8+
39
## Unreleased
410

511
### Packaging

packages/create-awesome-python-app/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "create-awesome-python-app"
3-
version = "0.2.11"
3+
version = "0.2.12"
44
description = "Composable scaffolding CLI for production-ready Python apps"
55
readme = "README.md"
66
requires-python = ">=3.12"
@@ -35,7 +35,7 @@ classifiers = [
3535
"Typing :: Typed",
3636
]
3737
dependencies = [
38-
"create-python-app-core>=0.2.10",
38+
"create-python-app-core>=0.2.12",
3939
"questionary>=2.1.1",
4040
"rich>=15.0.0",
4141
"typer>=0.27.0",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Create Awesome Python App CLI."""
22

3-
__version__ = "0.2.11"
3+
__version__ = "0.2.12"

packages/create-python-app-core/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "create-python-app-core"
3-
version = "0.2.10"
3+
version = "0.2.12"
44
description = "Scaffolding engine for Create Awesome Python App"
55
readme = "README.md"
66
requires-python = ">=3.12"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.2.10"
1+
__version__ = "0.2.12"

0 commit comments

Comments
 (0)