Skip to content

Commit

Permalink
Prepare release v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jcass77 committed Jun 17, 2021
1 parent 62951ca commit 850cbd0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

## v0.6.0 (UNRELEASED)
## v0.6.0 (2021-06-17)

**Fixes**

Expand All @@ -17,9 +17,9 @@ This changelog is used to track all major changes to django-apscheduler.
- Introduce a `retry_on_db_operational_error` utility decorator for retrying database-related operations when
a `django.db.OperationalError` is encountered (Partial resolution
of [#145](https://github.com/jcass77/django-apscheduler/issues/145)).
- Introduce a `close_old_connections` utility decorator that can be used in jobs that require a fresh connection to the
database to always be available (Partial resolution
of [#145](https://github.com/jcass77/django-apscheduler/issues/145)).
- Introduce a `close_old_connections` utility decorator to enforce Django's `CONN_MAX_AGE` setting. (Partial resolution
of [#145](https://github.com/jcass77/django-apscheduler/issues/145)). **This decorator should be applied to all of
your jobs that require access to the database.**

## v0.5.2 (2021-01-28)

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.5.2",
version="0.6.0",
description="APScheduler for Django",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 850cbd0

Please sign in to comment.