Skip to content

Commit 50c74a5

Browse files
committed
Back to development: 0.20
1 parent 9bb1144 commit 50c74a5

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGES.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
Changes
33
=========
44

5+
0.20 (unreleased)
6+
=================
7+
8+
- Nothing changed yet.
9+
10+
511
0.19 (2026-02-20)
612
=================
713

src/sphinxcontrib/programoutput/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
from docutils.statemachine import StringList
5151
from sphinx.util import logging as sphinx_logging
5252

53-
__version__ = '0.19'
53+
__version__ = '0.20.dev0'
5454

5555
logger = sphinx_logging.getLogger('contrib.programoutput')
5656

0 commit comments

Comments
 (0)