Skip to content

Commit

Permalink
0.5.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed May 14, 2024
1 parent 30d48fc commit 239fa4e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@



## v0.5.0 (2024-05-14)

### Feature

* feat: Fix semantic release 3 ([`30d48fc`](https://github.com/MentorMate/python-project-cli/commit/30d48fc20fe9134e0962764c771667b389fdcb74))


## v0.4.0 (2024-05-14)

### Feature
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "python_project_cli"
version = "0.4.0"
version = "0.5.0"
authors = ["alexandermentormate"]
description = "CLI for building base djang and fastapi based projects"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion src/python_project_cli/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import typer
from typing_extensions import Annotated

__version__ = '0.4.0'
__version__ = '0.5.0'

app = typer.Typer(add_completion=False)
console = Console()
Expand Down

0 comments on commit 239fa4e

Please sign in to comment.