Codebase list sphinxcontrib-programoutput / 20fb8a6
Preparing release 0.17 Jason Madden 3 years ago
2 changed file(s) with 2 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
11 Changes
22 =========
33
4 0.17 (unreleased)
4 0.17 (2021-03-31)
55 =================
66
77 - Add support for Python 3.9.
4747
4848 from sphinx.util import logging as sphinx_logging
4949
50 __version__ = '0.17.dev0'
50 __version__ = '0.17'
5151
5252 logger = sphinx_logging.getLogger('contrib.programoutput')
5353