File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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] "
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44
55[project ]
66name = " martor"
7- version = " 1.7.2 "
7+ version = " 1.7.3 "
88description = " Django Markdown Editor"
99readme = " README.md"
1010license = { text = " GPL-3.0" }
@@ -84,7 +84,7 @@ include = [
8484
8585[tool .semantic_release ]
8686version_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 ]
You can’t perform that action at this time.
0 commit comments