Skip to content

Commit b3231d7

Browse files
committed
finish for 1.5.0 docs
Change-Id: I535649b801ce3c27dc621b3e4e8f81259ff28322
1 parent 7156677 commit b3231d7

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ alembic.ini
1010
.coverage
1111
.tox/
1212
.nox/
13+
junit-*.xml
1314
coverage.xml
1415
test_*.lock
1516
test_*.db

docs/build/changelog.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Changelog
33
=========
44

55
.. changelog::
6-
:version: 1.4.2
6+
:version: 1.5.0
77
:include_notes_from: unreleased
88

99
.. changelog::

docs/build/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141

4242
autodoc_inherit_docstrings = False
4343

44-
changelog_sections = ["feature", "usecase", "bug"]
44+
changelog_sections = ["feature", "change", "usecase", "bug"]
4545

4646
changelog_render_ticket = (
4747
"https://github.com/sqlalchemy/dogpile.cache/issues/%s"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
.. change::
2-
:tags: general, installation
2+
:tags: platform, change
33

44
Minimum Python version is now 3.10, as Python 3.9 is EOL.

0 commit comments

Comments
 (0)