mirror of
https://github.com/jazzband/django-celery-monitor.git
synced 2026-03-16 22:00:24 +00:00
Bump to 1.1.2.
This commit is contained in:
parent
08fc27346b
commit
9591ff917a
5 changed files with 11 additions and 4 deletions
|
|
@ -1,5 +1,5 @@
|
|||
[bumpversion]
|
||||
current_version = 1.1.1
|
||||
current_version = 1.1.2
|
||||
commit = True
|
||||
tag = True
|
||||
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(?P<releaselevel>[a-z]+)?
|
||||
|
|
|
|||
|
|
@ -4,6 +4,13 @@
|
|||
Change history
|
||||
================
|
||||
|
||||
.. _version-1.1.2:
|
||||
|
||||
:release-date: 2017-05-18 11:30 a.m. UTC+2
|
||||
:release-by: Jannis Leidel
|
||||
|
||||
- More packaging fixes. Sigh.
|
||||
|
||||
.. _version-1.1.1:
|
||||
|
||||
:release-date: 2017-05-18 10:30 a.m. UTC+2
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
Celery Monitoring for Django
|
||||
============================
|
||||
|
||||
:Version: 1.1.1
|
||||
:Version: 1.1.2
|
||||
:Web: https://django-celery-monitor.readthedocs.io/
|
||||
:Download: https://pypi.python.org/pypi/django_celery_monitor
|
||||
:Source: https://github.com/jezdez/django-celery-monitor
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ import re
|
|||
|
||||
from collections import namedtuple
|
||||
|
||||
__version__ = '1.1.1'
|
||||
__version__ = '1.1.2'
|
||||
__author__ = 'Jannis Leidel'
|
||||
__contact__ = 'jannis@leidel.info'
|
||||
__homepage__ = 'https://github.com/jezdez/django-celery-monitor'
|
||||
|
|
|
|||
|
|
@ -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.1',
|
||||
version_stable='1.1.2',
|
||||
canonical_url='http://django-celery-monitor.readthedocs.io',
|
||||
webdomain='',
|
||||
github_project='jezdez/django-celery-monitor',
|
||||
|
|
|
|||
Loading…
Reference in a new issue