Skip to content

Commit

Permalink
Bump version: 0.2.7 → 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ionelmc committed Dec 10, 2014
1 parent 7af029d commit 5bfcfd3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .bumpversion.cfg
@@ -1,5 +1,6 @@
[bumpversion]
current_version = 0.2.7
current_version = 1.0.0
files = setup.py src/redisboard/__init__.py
commit = True
tag = True

2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -21,7 +21,7 @@ def read(*names, **kwargs):

setup(
name="django-redisboard",
version="0.2.7",
version="1.0.0",
license="BSD",
description="Redis monitoring and inspection drop-in application using django admin.",
long_description="%s\n%s" % (read("README.rst"), re.sub(":obj:`~?(.*?)`", r"``\1``", read("CHANGELOG.rst"))),
Expand Down
2 changes: 1 addition & 1 deletion src/redisboard/__init__.py
@@ -1 +1 @@
__version__ = "0.2.7"
__version__ = "1.0.0"

0 comments on commit 5bfcfd3

Please sign in to comment.