Skip to content

Commit badd4c3

Browse files
committed
build: prep release
1 parent ee6d1ea commit badd4c3

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ Changelog
1818
1919
These are changes to Cog over time.
2020

21-
Unreleased
22-
----------
21+
3.6.0 – September 21 2025
22+
-------------------------
2323

2424
- Added a ``--check-fail-msg`` option for providing a message as part of the
2525
output of a ``--check`` failure.

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.1"
20+
__version__ = "3.6.0"
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.1"
12+
release = "3.6.0"
1313

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

0 commit comments

Comments
 (0)