Bump version: 2.3.2 → 2.4.0

rc1
Ionel Cristian Mărieș 6 years ago
parent e234088779
commit 640d8926e4

@ -1,5 +1,5 @@
[bumpversion]
current_version = 2.3.2
current_version = 2.4.0
commit = True
tag = True

@ -24,7 +24,7 @@ def read(*names, **kwargs):
setup(
name='sphinx-py3doc-enhanced-theme',
version='2.3.2',
version='2.4.0',
license='BSD',
description='A theme based on the theme of https://docs.python.org/3/ with some responsive enhancements.',
long_description='%s\n%s' % (read('README.rst'), re.sub(':[a-z]+:`~?(.*?)`', r'``\1``', read('CHANGELOG.rst'))),

@ -1,6 +1,6 @@
import os
__version__ = "2.3.2"
__version__ = "2.4.0"
def get_html_theme_path():

@ -23,7 +23,7 @@ project = 'Enhanced Sphinx theme (based on Python 3 docs)'
year = '2014-2015'
author = 'Ionel Cristian Mărieș'
copyright = '{0}, {1}'.format(year, author)
version = release = '2.3.2'
version = release = '2.4.0'
import sphinx_py3doc_enhanced_theme
html_theme = "sphinx_py3doc_enhanced_theme"
html_theme_path = [sphinx_py3doc_enhanced_theme.get_html_theme_path()]

Loading…
Cancel
Save