Skip to content
Merged
Show file tree
Hide file tree
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
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
> [!WARNING]
> Problem Builder is no longer being developed by OpenCraft.
> It will be supported with compatibility and security fixes
> till the Ulmo release, after which this repository will be
> stop receiving further updates and eventually be archived.


## Problem Builder and Step Builder

[![Circle CI](https://circleci.com/gh/open-craft/problem-builder.svg?style=svg)](https://circleci.com/gh/open-craft/problem-builder)
Expand Down
2 changes: 1 addition & 1 deletion problem_builder/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "5.2.0"
__version__ = "5.2.1"
8 changes: 7 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,13 @@ def package_data(pkg, roots):
setup(
name='xblock-problem-builder',
version=VERSION,
description='XBlock - Problem Builder',
description='XBlock - Problem Builder [deprecated]',
classifiers=[
"Development Status :: 7 - Inactive",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
],
long_description=README,
long_description_content_type='text/markdown',
author='OpenCraft',
Expand Down