Skip to content

Commit

Permalink
Bump to 1.1.0b2
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaoming committed Oct 12, 2022
1 parent d01f614 commit 9fe5237
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions docs/changelog.rst
Expand Up @@ -5,11 +5,11 @@ Changelog
Development version (|development_version|)
===========================================

.. |development_version| replace:: 1.1.0b1
.. |development_version| replace:: 1.1.0b2

.. _release-1.1.0b1:
.. _release-1.1.0b2:

1.1.0b1
1.1.0b2
=======

Dependency Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "sphinx_rtd_theme",
"main": "js/theme.js",
"version": "1.1.0b1",
"version": "1.1.0b2",
"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
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.1.0b1
current_version = 1.1.0b2
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
Expand Up @@ -86,7 +86,7 @@ def run(self):


setup(
version='1.1.0b1',
version='1.1.0b2',
cmdclass={
'update_translations': UpdateTranslationsCommand,
'transifex': TransifexCommand,
Expand Down
2 changes: 1 addition & 1 deletion sphinx_rtd_theme/__init__.py
Expand Up @@ -12,7 +12,7 @@
from sphinx.util.logging import getLogger


__version__ = '1.1.0b1'
__version__ = '1.1.0b2'
__version_full__ = __version__

logger = getLogger(__name__)
Expand Down

0 comments on commit 9fe5237

Please sign in to comment.