Bump to 1.1.2.

This commit is contained in:
Jannis Leidel 2017-05-18 11:29:08 +02:00
parent 08fc27346b
commit 9591ff917a
No known key found for this signature in database
GPG key ID: C795956FB489DCA9
5 changed files with 11 additions and 4 deletions

View file

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

View file

@ -4,6 +4,13 @@
Change history 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: .. _version-1.1.1:
:release-date: 2017-05-18 10:30 a.m. UTC+2 :release-date: 2017-05-18 10:30 a.m. UTC+2

View file

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

View file

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

View file

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