Skip to content

Commit 0140007

Browse files
committed
docs: we updated the docs
1 parent 8081143 commit 0140007

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

CHANGELOG.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@ Unreleased
2424
Nothing yet.
2525

2626

27+
3.5.1 – June 10 2025
28+
--------------------
29+
30+
- Updated documentation to remove confusing terminology.
31+
32+
2733
3.5.0 – June 5 2025
2834
-------------------
2935

cogapp/cogapp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
from .utils import NumberedFileReader, Redirectable, change_dir, md5
1818
from .hashhandler import HashHandler
1919

20-
__version__ = "3.5.0"
20+
__version__ = "3.5.1"
2121

2222
usage = """\
2323
cog - generate content with inlined Python code.

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
project = "cog"
1010
copyright = "2004–2025, Ned Batchelder"
1111
author = "Ned Batchelder"
12-
release = "3.5.0"
12+
release = "3.5.1"
1313

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

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Cog
3535
Cog is a content generation tool. It lets you use small bits of Python code
3636
in otherwise static files to generate whatever text you need.
3737

38-
This page describes version 3.5.0, released June 5, 2025.
38+
This page describes version 3.5.1, released June 5, 2025.
3939

4040

4141
What does it do?

0 commit comments

Comments
 (0)