Skip to content

Commit 5afdde3

Browse files
committed
chore(release): add support for Python 3.13 and bump version to 1.5.3
1 parent cfc2cb7 commit 5afdde3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

commitloom/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from .core.git import GitError, GitFile, GitOperations
66
from .services.ai_service import AIService, CommitSuggestion, TokenUsage
77

8-
__version__ = "1.5.2"
8+
__version__ = "1.5.3"
99
__author__ = "Petru Arakiss"
1010
__email__ = "petruarakiss@gmail.com"
1111

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "commitloom"
3-
version = "1.5.2"
3+
version = "1.5.3"
44
description = "Weave perfect git commits with AI-powered intelligence"
55
authors = ["Petru Arakiss <petruarakiss@gmail.com>"]
66
readme = "README.md"
@@ -37,7 +37,7 @@ loom = "commitloom.__main__:main"
3737
"Bug Tracker" = "https://github.com/Arakiss/commitloom/issues"
3838

3939
[tool.poetry.dependencies]
40-
python = ">=3.10,<3.12"
40+
python = ">=3.10,<3.14"
4141
python-dotenv = "^1.0.1"
4242
rich = "^13.9.4"
4343
requests = "^2.32.3"

0 commit comments

Comments
 (0)