Skip to content

Commit 602a3b9

Browse files
committed
add context intersphinx ref to docs
1 parent abd889a commit 602a3b9

File tree

5 files changed

+10
-3
lines changed

5 files changed

+10
-3
lines changed

doc/source/changelog.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
Change Log
33
==========
44

5+
v3.5.1 (2026-01-30)
6+
===================
7+
8+
* Add context intersphinx ref to docs.
9+
510
v3.5.0 (2026-01-29)
611
===================
712

doc/source/configuration.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,8 @@ called static_templates/js I could configure templates like so:
141141
142142
'templates': ['js/*.js']
143143
144+
.. _context:
145+
144146
``context``
145147
-----------
146148
Specify a dictionary containing the context to pass to any static templates as they render. This is

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 = "django-render-static"
7-
version = "3.5.0"
7+
version = "3.5.1"
88
description = "Use Django's template engine to render static files at deployment or package time. Includes transpilers for extending Django's url reversal and enums to JavaScript."
99
requires-python = ">=3.10,<4.0"
1010
authors = [

src/render_static/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
1818
"""
1919

20-
VERSION = (3, 5, 0)
20+
VERSION = (3, 5, 1)
2121

2222
__title__ = "Django Render Static"
2323
__version__ = ".".join(str(i) for i in VERSION)

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)