Skip to content

Commit fd90797

Browse files
committed
docs: Stability policy
1 parent 58e265b commit fd90797

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

README.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@ Overview
1111

1212
The ``openedx-core`` project holds Django apps which represent core teaching & learning platform concepts.
1313

14-
Each app exposes stable, public API of Python functions and Django models. Some apps additionally provides REST APIs. These APIs are suitable for use in ``openedx-platform`` as well as in community-developed Open edX plugins.
14+
Each app exposes a public API of Python functions and Django models; some apps also provide REST APIs. These APIs are suitable for use in openedx-platform and in community-developed Open edX plugins.
15+
16+
APIs marked "UNSTABLE" are subject to change at any time. All other APIs are considered stable, and any breaking changes will be announced through the community DEPR (deprecation and removal) process.
17+
1518

1619
Motivation
1720
----------

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ def is_requirement(line):
8080
zip_safe=False,
8181
keywords='Python edx',
8282
classifiers=[
83-
'Development Status :: 3 - Alpha',
83+
'Development Status :: 4 - Beta',
8484
'Framework :: Django',
8585
'Framework :: Django :: 5.2',
8686
'Intended Audience :: Developers',

0 commit comments

Comments
 (0)