Skip to content

Add missing release infos to HISTORY.rst #45

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 1, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 27 additions & 2 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,35 @@ Unreleased
* ...


2.2.0 - 2020-04-14
2.4.0 - 2024-04-21
==================

* Fix compatibility with latest `click`: remove `__all__`.
* Ports travis.yml to GitHub Actions in #35 by @joshuadavidthomas
* Update the link to Click docs in #37 by @allen-munsch
* Update supported Python and Django versions in #41 by @philipstarkey
* Updates the linting CI task and tox config to run with the latest tox in #41 by @philipstarkey


2.3.0 - 2021-09-07
==================

* Add support for click > 8.0.
* Remove upper bounds, until we run into an upward compatibility issue.
* Drop support for Django 3.0.


2.2.0 - 2020-07-21
==================

* Add support for click > 7.1
* Require Python 3.6 or higher.
* Require Django 2.2 or higher.


2.1.1 - 2020-06-12
==================

* Ensure click is 7.0.x or lower.


2.1.0 - 2018-04-20
Expand Down