Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
kiorky committed Dec 10, 2024
1 parent 5f07e0e commit 994c2a0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
Changelog
==============

5.0.2 (unreleased)
6.0.0 (unreleased)
------------------

- MOST IMPORTANT & NON RETROCOMPATIBLE CHANGES:
- Use ZoneInfo on py39+ [kiorky]
- Fix EPOCH calculation in case of non UTC & 32 bits based systems [kiorky]
- Apply isort formatter [kiorky]
- Reintegrate test_speed [kiorky]
- Apply black formatter [evanpurkhiser, kiorky]
- Code quality changes by evanpurkhiser:
- Code quality changes [evanpurkhiser, kiorky]
- Remove unused _get_caller_globals_and_locals [evanpurkhiser]
- Remove single-use bad_length [evanpurkhiser]
- Remove unused `days` in `proc_month` [evanpurkhiser]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def read(*rnames):

setup(
name='croniter',
version='5.0.2.dev0',
version='6.0.0.dev0',
py_modules=['croniter', ],
description=(
'croniter provides iteration for datetime '
Expand Down

0 comments on commit 994c2a0

Please sign in to comment.