Skip to content

Commit

Permalink
preparing release
Browse files Browse the repository at this point in the history
  • Loading branch information
kiorky committed Oct 30, 2024
1 parent 748c42a commit fcf5ff8
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 13 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,16 @@ Changelog
5.0.2 (unreleased)
------------------

- Nothing changed yet.

- Code quality changes by @evanpurkhiser:
- Remove unused _get_caller_globals_and_locals [@evanpurkhiser]
- Remove single-use bad_length [@evanpurkhiser]
- Remove unused `days` in `proc_month` [@evanpurkhiser]
- Use `field_index` over `i` for readability [@evanpurkhiser]
- Always use `"""` for docstrings [@evanpurkhiser]
- Make helper instance methods that do not use self static [@evanpurkhiser]
- Remove unusd call to sys.exc_info [@evanpurkhiser]
- Remove unused `ALPHAS` [@evanpurkhiser]
- Improve `croniter.expand` documentation [@evanpurkhiser]

5.0.1 (2024-10-29)
------------------
Expand Down
21 changes: 11 additions & 10 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -375,20 +375,21 @@ Thanks to all who have contributed to this project!
If you have contributed and your name is not listed below please let us know.

- Aarni Koskela (akx)
- mrmachine
- Hinnack
- shazow
- kiorky
- jlsandell
- mag009
- chris-baynes
- djmitche
- evanpurkhiser
- GreatCombinator
- chris-baynes
- Hinnack
- ipartola
- yuzawa-san
- jlsandell
- kiorky
- lowell80 (Kintyre)
- scop
- zed2015
- mag009
- mrmachine
- Ryan Finnie (rfinnie)
- salitaba
- scop
- shazow
- yuzawa-san
- zed2015

2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
set -ex
. venv3/bin/activate
fullrelease
git push taichino && git push taichino --tags
git push && git push --tags
# vim:set et sts=4 ts=4 tw=80:

0 comments on commit fcf5ff8

Please sign in to comment.