Skip to content

Commit 2c19bb1

Browse files
authored
Release 2.1.0rc2 (#1592)
1 parent a359d40 commit 2c19bb1

File tree

6 files changed

+17
-6
lines changed

6 files changed

+17
-6
lines changed

docs/changelog.rst

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,18 @@ Changelog
44

55
.. seealso:: :ref:`howto_upgrade`
66

7-
.. |theme_version| replace:: 2.1.0rc1
7+
.. |theme_version| replace:: 2.1.0rc2
8+
9+
.. _release-2.1.0rc2:
10+
11+
2.1.0rc2
12+
========
13+
14+
Added
15+
-----
16+
17+
* Added ``flyout_display`` option to display the flyout
18+
``attached`` (bottom of the sidebard) or ``hidden`` (default).
819

920
.. _release-2.1.0rc1:
1021

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "sphinx_rtd_theme",
33
"main": "js/theme.js",
4-
"version": "2.1.0rc1",
4+
"version": "2.1.0rc2",
55
"scripts": {
66
"dev": "webpack-dev-server --open --config webpack.dev.js",
77
"build": "webpack --config webpack.prod.js",

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 2.1.0rc1
2+
current_version = 2.1.0rc2
33
commit = false
44
tag = false
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)((?P<release>[a-z]+)(?P<dev>\d+))?

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def run(self):
8686

8787

8888
setup(
89-
version='2.1.0rc1',
89+
version='2.1.0rc2',
9090
cmdclass={
9191
'update_translations': UpdateTranslationsCommand,
9292
'transifex': TransifexCommand,

sphinx_rtd_theme/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
from sphinx.util.logging import getLogger
1414

1515

16-
__version__ = '2.1.0rc1'
16+
__version__ = '2.1.0rc2'
1717
__version_full__ = __version__
1818

1919
logger = getLogger(__name__)

0 commit comments

Comments
 (0)