Skip to content

Commit ae81e2b

Browse files
committed
changelog
1 parent b8dadbd commit ae81e2b

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

CHANGELOG.rst

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
Changelog
22
==============
33

4-
5.0.2 (unreleased)
4+
6.0.0 (unreleased)
55
------------------
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]
79
- Apply isort formatter [kiorky]
10+
- Reintegrate test_speed [kiorky]
811
- Apply black formatter [evanpurkhiser, kiorky]
9-
- Code quality changes by evanpurkhiser:
12+
- Code quality changes [evanpurkhiser, kiorky]
1013
- Remove unused _get_caller_globals_and_locals [evanpurkhiser]
1114
- Remove single-use bad_length [evanpurkhiser]
1215
- Remove unused `days` in `proc_month` [evanpurkhiser]

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def read(*rnames):
2424

2525
setup(
2626
name='croniter',
27-
version='5.0.2.dev0',
27+
version='6.0.0.dev0',
2828
py_modules=['croniter', ],
2929
description=(
3030
'croniter provides iteration for datetime '

0 commit comments

Comments
 (0)