Skip to content

Commit

Permalink
Version bump for 2.0rc3 development (readthedocs#1521)
Browse files Browse the repository at this point in the history
Next development version is 2.0rc3 for now, but more likely 2.1rc1
  • Loading branch information
agjohnson committed Aug 29, 2023
1 parent 46f5307 commit 8ce23ce
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Changelog

.. seealso:: :ref:`howto_upgrade`

.. |theme_version| replace:: 2.0.0rc2
.. |theme_version| replace:: 2.0.0rc3

.. _release-2.0.0:

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "sphinx_rtd_theme",
"main": "js/theme.js",
"version": "2.0.0rc2",
"version": "2.0.0rc3",
"scripts": {
"dev": "webpack-dev-server --open --config webpack.dev.js",
"build": "webpack --config webpack.prod.js",
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 2.0.0rc2
current_version = 2.0.0rc3
commit = false
tag = false
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)((?P<release>[a-z]+)(?P<dev>\d+))?
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def run(self):


setup(
version='2.0.0rc2',
version='2.0.0rc3',
cmdclass={
'update_translations': UpdateTranslationsCommand,
'transifex': TransifexCommand,
Expand Down
2 changes: 1 addition & 1 deletion sphinx_rtd_theme/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from sphinx.util.logging import getLogger


__version__ = '2.0.0rc2'
__version__ = '2.0.0rc3'
__version_full__ = __version__

logger = getLogger(__name__)
Expand Down

0 comments on commit 8ce23ce

Please sign in to comment.