File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
==============
3
3
4
- 5 .0.2 (unreleased)
4
+ 6 .0.0 (unreleased)
5
5
------------------
6
-
6
+ - Rework timestamp_to_datetime to use whatever timezone [kiorky]
7
+ - Make datetime_to_timestamp & timestamp_to_datetime public [kiorky]
8
+ - Fix EPOCH calculation in case of non UTC & 32 bits based systems [kiorky]
7
9
- Apply isort formatter [kiorky]
10
+ - Reintegrate test_speed [kiorky]
8
11
- Apply black formatter [evanpurkhiser, kiorky]
9
- - Code quality changes by evanpurkhiser:
12
+ - Code quality changes [ evanpurkhiser, kiorky]
10
13
- Remove unused _get_caller_globals_and_locals [evanpurkhiser]
11
14
- Remove single-use bad_length [evanpurkhiser]
12
15
- Remove unused `days ` in `proc_month ` [evanpurkhiser]
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ def read(*rnames):
24
24
25
25
setup (
26
26
name = 'croniter' ,
27
- version = '5 .0.2 .dev0' ,
27
+ version = '6 .0.0 .dev0' ,
28
28
py_modules = ['croniter' , ],
29
29
description = (
30
30
'croniter provides iteration for datetime '
You can’t perform that action at this time.
0 commit comments