Skip to content

Commit 6491b8f

Browse files
committed
fix: gitignore
1 parent c08ff53 commit 6491b8f

File tree

6 files changed

+6
-8
lines changed

6 files changed

+6
-8
lines changed

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,3 @@ Thumbs.db
3232

3333
# Build documentation
3434
docs/_build/
35-
docs/_static/
36-
docs/_templates/

docs/changelog.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Changelog
33

44
This document tracks the changes made to Martor over time.
55

6-
Version 1.7.14 (Current)
6+
Version 1.7.16 (Current)
77
-------------------------
88

99
**Release Date:** August 28, 2025

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@
3737
version = __version__
3838
release = __version__
3939
except ImportError:
40-
version = "1.7.15"
41-
release = "1.7.15"
40+
version = "1.7.16"
41+
release = "1.7.16"
4242

4343
# -- General configuration ---------------------------------------------------
4444
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

docs/faq.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,7 @@ What information should I include in bug reports?
515515
516516
## Environment
517517
- Django: 4.2.0
518-
- Martor: 1.7.14
518+
- Martor: 1.7.16
519519
- Python: 3.9.0
520520
- Browser: Chrome 91.0
521521

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.15"
1+
__version__ = "1.7.16"
22
__release_date__ = "28-Aug-2025"
33
__author__ = "Agus Makmun (Summon Agus)"
44
__author_email__ = "[email protected]"

pyproject.toml

Lines changed: 1 addition & 1 deletion
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.15"
7+
version = "1.7.16"
88
description = "Django Markdown Editor"
99
readme = "README.md"
1010
license = { text = "GPL-3.0" }

0 commit comments

Comments
 (0)