Skip to content

Commit c08fe64

Browse files
committed
chore: bump version
1 parent c84566b commit c08fe64

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

cogapp/cogapp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
from .whiteutils import common_prefix, reindent_block, white_prefix
1717
from .utils import NumberedFileReader, Redirectable, change_dir, md5
1818

19-
__version__ = "3.4.1"
19+
__version__ = "3.5.0"
2020

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

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
88

99
project = "cog"
10-
copyright = "2004–2024, Ned Batchelder"
10+
copyright = "2004–2025, Ned Batchelder"
1111
author = "Ned Batchelder"
12-
release = "3.4.1"
12+
release = "3.5.0"
1313

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

0 commit comments

Comments
 (0)