Skip to content

Commit

Permalink
Bump version: 3.0.0 → 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ionelmc committed Sep 12, 2016
1 parent 9443933 commit c9765f4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 3.0.0
current_version = 3.0.1
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
year = '2011-2015'
author = 'Ionel Cristian Mărieș'
copyright = '{0}, {1}'.format(year, author)
version = release = '3.0.0'
version = release = '3.0.1'
import sphinx_py3doc_enhanced_theme
html_theme = "sphinx_py3doc_enhanced_theme"
html_theme_path = [sphinx_py3doc_enhanced_theme.get_html_theme_path()]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def read(*names, **kwargs):

setup(
name='django-redisboard',
version='3.0.0',
version='3.0.1',
license='BSD',
description='Redis monitoring and inspection drop-in application using django admin.',
long_description='%s\n%s' % (
Expand Down
2 changes: 1 addition & 1 deletion src/redisboard/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "3.0.0"
__version__ = "3.0.1"

0 comments on commit c9765f4

Please sign in to comment.