We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a57fdc3 commit 2ebb541Copy full SHA for 2ebb541
martor/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = "1.7.0"
+__version__ = "1.7.1"
2
__release_date__ = "26-Jul-2025"
3
__author__ = "Agus Makmun (Summon Agus)"
4
__author_email__ = "[email protected]"
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
5
[project]
6
name = "martor"
7
-dynamic = ["version"]
+version = "1.7.1"
8
description = "Django Markdown Editor"
9
readme = "README.md"
10
license = { text = "GPL-3.0" }
@@ -66,8 +66,6 @@ dev = [
66
"pytest-django",
67
]
68
69
-[tool.hatch.version]
70
-path = "martor/__init__.py"
71
72
[tool.hatch.build.targets.wheel]
73
packages = ["martor"]
0 commit comments