Skip to content

Commit 720babc

Browse files
committed
Finalizing changelog for v1.6.0
1 parent a90cca3 commit 720babc

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGES.rst

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
1-
1.6.0 (unreleased)
1+
1.6.0 (2025-11-20)
22
==================
33

4-
- Ensure that tests skipped with `__doctest_skip__` and `__doctest_requires__`
5-
show up as skipped tests in Pytest's output. [#312]
4+
- Fixing directives that should not have any content and therefore fixing
5+
previously crashing sphinx builds. Using these directives with a content
6+
now results an error. [#311]
7+
8+
- Ensure that tests skipped with ``__doctest_skip__`` and
9+
``__doctest_requires__`` show up as skipped tests in Pytest's output. [#312]
610

711
1.5.0 (2025-10-17)
812
==================

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ classifiers =
1616
Programming Language :: Python :: 3.11
1717
Programming Language :: Python :: 3.12
1818
Programming Language :: Python :: 3.13
19+
Programming Language :: Python :: 3.14
1920
Programming Language :: Python :: Implementation :: CPython
2021
Topic :: Software Development :: Testing
2122
Topic :: Utilities

0 commit comments

Comments
 (0)