File tree Expand file tree Collapse file tree 5 files changed +14
-4
lines changed Expand file tree Collapse file tree 5 files changed +14
-4
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 1.3 .0
2
+ current_version = 1.4 .0
3
3
commit = True
4
4
tag = True
5
5
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(?P<releaselevel>[a-z]+)?
Original file line number Diff line number Diff line change 4
4
Change history
5
5
================
6
6
7
+ .. _version-1.4.0:
8
+
9
+ 1.4.0
10
+ =====
11
+ :release-date: 2018-12-09 1:30 p.m. UTC+2:00
12
+ :release-by: Omer Katz
13
+
14
+ - Fix migrations dependencies.
15
+ - Added the DJANGO_CELERY_BEAT_TZ_AWARE setting.
16
+
7
17
.. _version-1.3.0:
8
18
9
19
1.3.0
Original file line number Diff line number Diff line change 8
8
9
9
|build-status | |coverage | |license | |wheel | |pyversion | |pyimp |
10
10
11
- :Version: 1.3 .0
11
+ :Version: 1.4 .0
12
12
:Web: http://django-celery-beat.readthedocs.io/
13
13
:Download: http://pypi.python.org/pypi/django-celery-beat
14
14
:Source: http://github.com/celery/django-celery-beat
Original file line number Diff line number Diff line change 10
10
11
11
from collections import namedtuple
12
12
13
- __version__ = '1.3 .0+singleplatform.1'
13
+ __version__ = '1.4 .0+singleplatform.1'
14
14
__author__ = 'Ask Solem'
15
15
16
16
__homepage__ = 'https://github.com/celery/django-celery-beat'
Original file line number Diff line number Diff line change 1
- :Version: 1.3 .0
1
+ :Version: 1.4 .0
2
2
:Web: http://django-celery-beat.readthedocs.io/
3
3
:Download: http://pypi.python.org/pypi/django-celery-beat
4
4
:Source: http://github.com/celery/django-celery-beat
You can’t perform that action at this time.
0 commit comments