Skip to content

Commit 2ebb541

Browse files
committed
bump v1.7.1
1 parent a57fdc3 commit 2ebb541

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
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.0"
1+
__version__ = "1.7.1"
22
__release_date__ = "26-Jul-2025"
33
__author__ = "Agus Makmun (Summon Agus)"
44
__author_email__ = "[email protected]"

pyproject.toml

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

55
[project]
66
name = "martor"
7-
dynamic = ["version"]
7+
version = "1.7.1"
88
description = "Django Markdown Editor"
99
readme = "README.md"
1010
license = { text = "GPL-3.0" }
@@ -66,8 +66,6 @@ dev = [
6666
"pytest-django",
6767
]
6868

69-
[tool.hatch.version]
70-
path = "martor/__init__.py"
7169

7270
[tool.hatch.build.targets.wheel]
7371
packages = ["martor"]

0 commit comments

Comments
 (0)