Bump version.

This commit is contained in:
Jannis Leidel 2017-05-18 10:24:09 +02:00
parent c21f7274a6
commit 6d1276692f
No known key found for this signature in database
GPG key ID: C795956FB489DCA9
4 changed files with 4 additions and 4 deletions

View file

@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.1.0
current_version = 1.1.1
commit = True
tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(?P<releaselevel>[a-z]+)?

View file

@ -2,7 +2,7 @@
Celery Monitoring for Django
============================
:Version: 1.1.0
:Version: 1.1.1
:Web: https://django-celery-monitor.readthedocs.io/
:Download: https://pypi.python.org/pypi/django_celery_monitor
:Source: https://github.com/jezdez/django-celery-monitor

View file

@ -10,7 +10,7 @@ import re
from collections import namedtuple
__version__ = '1.1.0'
__version__ = '1.1.1'
__author__ = 'Jannis Leidel'
__contact__ = 'jannis@leidel.info'
__homepage__ = 'https://github.com/jezdez/django-celery-monitor'

View file

@ -9,7 +9,7 @@ globals().update(conf.build_config(
'django_celery_monitor', __file__,
project='django_celery_monitor',
version_dev='1.2.0',
version_stable='1.1.0',
version_stable='1.1.1',
canonical_url='http://django-celery-monitor.readthedocs.io',
webdomain='',
github_project='jezdez/django-celery-monitor',