Skip to content

Commit

Permalink
Prepare release 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jcass77 committed Mar 5, 2022
1 parent 5e58414 commit e8a3802
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

This changelog is used to track all major changes to django-apscheduler.

## v0.6.1 (UNRELEASED)
## v0.6.1 (2022-03-05)

**Fixes**

- Also handle `db.InterfaceError` when retrying database-related operations (thanks @zmmfsj-z).
- Add `unique_job_executions` constraint to ensure that only one `DjangoJobExecution` can be created for
each `DjangoJob` for a specific run time.
each `DjangoJob` for a specific run time (Mitigates [#156](https://github.com/jcass77/django-apscheduler/issues/156)).
- Update CI configuration to test on Django 3.2 and 4.0, and Python 3.10 (
Resolves [#163](https://github.com/jcass77/django-apscheduler/issues/163)).
- Drop official support for Django<3.2 and Python<3.8. This is slightly ahead of the official dates published in
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setup(
name="django-apscheduler",
version="0.6.0",
version="0.6.1",
description="APScheduler for Django",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit e8a3802

Please sign in to comment.