Skip to content

Commit

Permalink
feat!: mark the repository as deprecated (v1.4.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
kdmccormick committed Feb 15, 2024
1 parent 5de796f commit 8ca53c9
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 4 deletions.
11 changes: 8 additions & 3 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,15 @@ Change Log
This project adheres to Semantic Versioning (https://semver.org/).

.. There should always be an "Unreleased" section for changes pending release.
[1.4.1] - 2024-02-15
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

This package is now `DEPRECATED <https://github.com/openedx/blockstore/issues/314>`_!
This is the final release.
Please use `Learing Core <https://github.com/openedx/openedx-learning/>` instead.

Unreleased
~~~~~~~~~~
Changed
_______

* Removed custom datetime parser in favor of ``datetime.fromisoformat`` which is more robust.

Expand Down
11 changes: 11 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@
Blockstore
==========

----------
⚠️ NOTICE ⚠️
----------

Blockstore has been `deprecated <https://github.com/openedx/blockstore/issues/314>`_.
It will no longer receive maintenance, bugfixes, PRs, requests, or security patches.

Please check out the
`Learning Core <https://github.com/openedx/openedx-learning/>`_ project instead,
which continues the goals of Blockstore.

|status-badge| |license-badge| |ci-badge|

-------
Expand Down
2 changes: 1 addition & 1 deletion blockstore/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
Blockstore is a system for storing educational content.
"""

__version__ = '1.4.0'
__version__ = '1.4.1'

0 comments on commit 8ca53c9

Please sign in to comment.