blob: fc0599d608f6d78a6bda7f8d3af5f5b79d1570bc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
|
1.8 (2021-11-24)
================
- Fix coroutine detection on partials.
- Fix a bug with python3.10. gather no longer accept a loop
1.7 (2021-09-01)
================
- Fix: set result iif future is not done
1.6 (2021-05-19)
================
- Do not release py2 wheel
1.5 (2021-05-19)
================
- Use async/await syntax everywhere
- Drop py27 and py3.4 support
1.4 (2021-02-13)
================
- Use async/await syntax in README
1.3 (2018-10-28)
================
- Now accepts TZ for croniter
- Now accepts arguments for func
- Drop py3.3 support
1.2 (2017-12-05)
================
- Remove print() statement
1.1 (2017-11-11)
================
- Fixed #7: Incorrect cron calculation in croniter when DST changed.
1.0 (2017-10-31)
================
- First stable release
- Update classifiers to show it support latest py versions
0.7 (2017-09-01)
================
- fixed issue 6: stop before first run wont work
0.6 (2016-10-18)
================
- allow to use python -m aiocron
0.5 (2016-03-31)
================
- Fix: Initialize cron with a correct tzinfo
0.4 (2015-10-21)
================
- Fix contstructor with func not None and minor changes
0.3 (2015-05-14)
================
- Fix installation faillure on py3
0.2 (2015-02-23)
================
Allow to use crontab as a timer
0.1 (2015-02-22)
================
Initial release
|