Skip to content

Commit 91b1207

Browse files
committed
- 1.3.9
1 parent 188d543 commit 91b1207

File tree

3 files changed

+11
-10
lines changed

3 files changed

+11
-10
lines changed

doc/build/changelog.rst

+9-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,15 @@ Changelog
88

99
.. changelog::
1010
:version: 1.3.9
11-
:include_notes_from: unreleased
11+
:released: Tue Feb 4 2025
12+
13+
.. change::
14+
:tags: bug, tests
15+
:tickets: 408
16+
17+
Fixed test suite to not rely upon ancient "future division" statement to
18+
test the :paramref:`.Template.future_imports` feature. The test is
19+
replaced with one that tests only the rendering, not the ultimate effect.
1220

1321
.. changelog::
1422
:version: 1.3.8

doc/build/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@
8787
# The short X.Y version.
8888
version = mako.__version__
8989
# The full version, including alpha/beta/rc tags.
90-
release = "1.3.8"
91-
release_date = "Sat Dec 7 2024"
90+
release = "1.3.9"
91+
release_date = "Tue Feb 4 2025"
9292
# The language for content autogenerated by Sphinx. Refer to documentation
9393
# for a list of supported languages.
9494
# language = None

doc/build/unreleased/408.rst

-7
This file was deleted.

0 commit comments

Comments
 (0)