Skip to content

Commit

Permalink
Bump version: 8.3.1 → 8.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ionelmc committed Nov 16, 2022
1 parent c3d4aaf commit 85b3622
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 8.3.1
current_version = 8.4.0
commit = True
tag = True

Expand Down
4 changes: 2 additions & 2 deletions README.rst
Expand Up @@ -52,9 +52,9 @@ Overview
:alt: Supported implementations
:target: https://pypi.org/project/django-redisboard

.. |commits-since| image:: https://img.shields.io/github/commits-since/ionelmc/django-redisboard/v8.3.1.svg
.. |commits-since| image:: https://img.shields.io/github/commits-since/ionelmc/django-redisboard/v8.4.0.svg
:alt: Commits since latest release
:target: https://github.com/ionelmc/django-redisboard/compare/v8.3.1...master
:target: https://github.com/ionelmc/django-redisboard/compare/v8.4.0...master



Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Expand Up @@ -18,7 +18,7 @@
year = '2011-2022'
author = 'Ionel Cristian Mărieș'
copyright = '{0}, {1}'.format(year, author)
version = release = '8.3.1'
version = release = '8.4.0'

pygments_style = 'trac'
templates_path = ['.']
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -19,7 +19,7 @@ def read(*names, **kwargs):

setup(
name='django-redisboard',
version='8.3.1',
version='8.4.0',
license='BSD-2-Clause',
description='Redis monitoring and inspection drop-in application using django admin.',
long_description='{}\n{}'.format(
Expand Down
2 changes: 1 addition & 1 deletion src/redisboard/__init__.py
@@ -1,2 +1,2 @@
__version__ = '8.3.1'
__version__ = '8.4.0'
default_app_config = 'redisboard.apps.RedisboardApp'

0 comments on commit 85b3622

Please sign in to comment.