Skip to content

Commit a8757f0

Browse files
committed
Version 0.6 release
1 parent 6e10733 commit a8757f0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
VERSION = sphinx_prolog.__version__
2020
URL = 'https://github.com/simply-logical/{}'.format(DISTNAME)
2121
DOWNLOAD_URL = 'https://pypi.org/project/{}/#files'.format(DISTNAME)
22-
PYTHON_REQUIRES = '~=3.5' # Python 3.5 and up but not yet Python 4
22+
PYTHON_REQUIRES = '~=3.9' # Python 3.9 and up but not yet Python 4
2323
INSTALL_REQUIRES = ['docutils', 'pygments', 'sphinx>=5']
2424
PACKAGES = find_packages(exclude=['*.tests', '*.tests.*', 'tests.*', 'tests'])
2525
INCLUDE_PACKAGE_DATA = True

sphinx_prolog/__init__.py

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

2525
import os
2626

27-
VERSION = '0.5'
27+
VERSION = '0.6'
2828
__version__ = VERSION
2929

3030
_STATIC_PATH = os.path.join(os.path.dirname(__file__), '_static')

0 commit comments

Comments
 (0)