Skip to content
Permalink
Browse files
Bump to next alpha for development (#1433)
  • Loading branch information
agjohnson committed Feb 7, 2023
1 parent 9d88b9e commit ee64d37
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
@@ -4,7 +4,10 @@ Changelog

.. seealso:: :ref:`howto_upgrade`

.. |theme_version| replace:: 1.2.0
|theme_version|
===============

.. |theme_version| replace:: 1.2.1alpha1


.. _release-1.2.0:
@@ -1,7 +1,7 @@
{
"name": "sphinx_rtd_theme",
"main": "js/theme.js",
"version": "1.2.0",
"version": "1.2.1alpha1",
"scripts": {
"dev": "webpack-dev-server --open --config webpack.dev.js",
"build": "webpack --config webpack.prod.js",
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.2.0
current_version = 1.2.1alpha1
commit = false
tag = false
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)((?P<release>[a-z]+)(?P<dev>\d+))?
@@ -86,7 +86,7 @@ def run(self):


setup(
version='1.2.0',
version='1.2.1alpha1',
cmdclass={
'update_translations': UpdateTranslationsCommand,
'transifex': TransifexCommand,
@@ -12,7 +12,7 @@
from sphinx.util.logging import getLogger


__version__ = '1.2.0'
__version__ = '1.2.1alpha1'
__version_full__ = __version__

logger = getLogger(__name__)

0 comments on commit ee64d37

Please sign in to comment.