Skip to content

Commit d763db1

Browse files
committed
Declare this at least beta software
1 parent d2cc52e commit d763db1

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@
66
![PyPI - Status](https://img.shields.io/pypi/status/django-tasks.svg)
77
![PyPI - License](https://img.shields.io/pypi/l/django-tasks.svg)
88

9-
An implementation and backport of background workers and tasks in Django, as defined in [DEP 0014](https://github.com/django/deps/blob/main/accepted/0014-background-workers.rst).
10-
11-
**Warning**: This package is under active development, and breaking changes may be released at any time. Be sure to pin to specific versions if you're using this package in a production environment.
9+
An implementation and backport of background workers and tasks in Django. This is the out of tree implementation of `django.tasks`.
1210

1311
## Installation
1412

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ readme = "README.md"
1515
license = "BSD-3-Clause"
1616
license-files = ["LICENSE"]
1717
classifiers = [
18-
"Development Status :: 3 - Alpha",
18+
"Development Status :: 4 - Beta",
1919
"Programming Language :: Python :: 3",
2020
"Programming Language :: Python :: 3.10",
2121
"Programming Language :: Python :: 3.11",

0 commit comments

Comments
 (0)