Skip to content

Commit

Permalink
build: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
marcantondahmen committed Dec 10, 2021
1 parent 706b0ab commit d610465
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ def is_development_build():

project = u'Revitron'
slug = re.sub(r'\W+', '-', project.lower())
version = '0.7.0'
release = '0.7.0'
version = '0.7.1'
release = '0.7.1'
author = 'Marc Anton Dahmen'
copyright = '<a href="https://marcdahmen.de">Marc Anton Dahmen</a>'
language = 'en'
Expand Down
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": "0.7.0",
"version": "0.7.1",
"private": true,
"scripts": {
"dev": "webpack-dev-server --open --config webpack.dev.js",
Expand Down
2 changes: 1 addition & 1 deletion revitron_sphinx_theme/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import sphinx


__version__ = '0.7.0'
__version__ = '0.7.1'
__version_full__ = __version__


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 = 0.7.0
current_version = 0.7.1
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 @@ -85,7 +85,7 @@ def run(self):

setup(
name='revitron_sphinx_theme',
version='0.7.0',
version='0.7.1',
url='https://github.com/revitron/revitron-sphinx-theme/',
license='MIT',
author='Marc Anton Dahmen, Dave Snider, Read the Docs, Inc. & contributors',
Expand Down

0 comments on commit d610465

Please sign in to comment.