Skip to content

Commit eddec09

Browse files
committed
fix: semantic release
1 parent 54e3b9d commit eddec09

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

martor/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "1.7.2"
1+
__version__ = "1.7.3"
22
__release_date__ = "26-Jul-2025"
33
__author__ = "Agus Makmun (Summon Agus)"
44
__author_email__ = "[email protected]"

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "martor"
7-
version = "1.7.2"
7+
version = "1.7.3"
88
description = "Django Markdown Editor"
99
readme = "README.md"
1010
license = { text = "GPL-3.0" }
@@ -84,7 +84,7 @@ include = [
8484

8585
[tool.semantic_release]
8686
version_variable = "martor/__init__.py:__version__"
87-
version_toml = "pyproject.toml:project.version"
87+
version_toml = ["pyproject.toml", "project.version"]
8888

8989
# Testing configuration
9090
[tool.hatch.envs.test]

0 commit comments

Comments
 (0)