We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bb1144 commit 50c74a5Copy full SHA for 50c74a5
2 files changed
CHANGES.rst
@@ -2,6 +2,12 @@
2
Changes
3
=========
4
5
+0.20 (unreleased)
6
+=================
7
+
8
+- Nothing changed yet.
9
10
11
0.19 (2026-02-20)
12
=================
13
src/sphinxcontrib/programoutput/__init__.py
@@ -50,7 +50,7 @@
50
from docutils.statemachine import StringList
51
from sphinx.util import logging as sphinx_logging
52
53
-__version__ = '0.19'
+__version__ = '0.20.dev0'
54
55
logger = sphinx_logging.getLogger('contrib.programoutput')
56
0 commit comments