Skip to content

Commit 33e38b7

Browse files
committed
feat: upgrade to sumac
1 parent fdf73b6 commit 33e38b7

File tree

6 files changed

+14
-7
lines changed

6 files changed

+14
-7
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,15 @@ instructions, because git commits are used to generate release notes:
1919

2020
<!-- scriv-insert-here -->
2121

22+
<a id='changelog-19.0.0'></a>
23+
## v19.0.0 (2024-10-24)
24+
25+
- [Bugfix] Fix legacy warnings during Docker build. (by @regisb)
26+
27+
- 💥[Feature] Update Notes Image to use Ubuntu 24.04 as base OS. (by @jfavellar90)
28+
29+
- 💥[Feature] Upgrade to Sumac. (by @jfavellar90)
30+
2231
<a id='changelog-18.0.0'></a>
2332
## v18.0.0 (2024-05-09)
2433

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
Students notes plugin for `Tutor <https://docs.tutor.edly.io>`_
22
===================================================================
33

4-
This is a plugin for `Tutor <https://docs.tutor.edly.io>`_ to easily add the `Open edX note-taking app <https://github.com/openedx/edx-notes-api>`_ to an Open edX platform. This app allows students to annotate portions of the courseware (see `the official documentation <https://edx.readthedocs.io/projects/open-edx-building-and-running-a-course/en/open-release-redwood.master/exercises_tools/notes.html>`_).
4+
This is a plugin for `Tutor <https://docs.tutor.edly.io>`_ to easily add the `Open edX note-taking app <https://github.com/openedx/edx-notes-api>`_ to an Open edX platform. This app allows students to annotate portions of the courseware (see `the official documentation <https://docs.openedx.org/en/latest/educators/how-tos/course_development/exercise_tools/enable_notes.html>`_).
55

6-
.. image:: https://edx.readthedocs.io/projects/open-edx-building-and-running-a-course/en/open-release-redwood.master/_images/SFD_SN_bodyexample.png
6+
.. image:: https://docs.openedx.org/en/latest/_images/SFD_SN_bodyexample.png
77
:alt: Notes in action
88

99
Installation

changelog.d/20240621_170044_regis.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/20241022_103249_jhony.avella_ubuntu_24_04.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
packages=find_packages(exclude=["tests*"]),
3434
include_package_data=True,
3535
python_requires=">=3.8",
36-
install_requires=["tutor>=18.0.0,<19.0.0"],
37-
extras_require={"dev": ["tutor[dev]>=18.0.0,<19.0.0"]},
36+
install_requires=["tutor>=19.0.0,<20.0.0"],
37+
extras_require={"dev": ["tutor[dev]>=19.0.0,<20.0.0"]},
3838
entry_points={"tutor.plugin.v1": ["notes = tutornotes.plugin"]},
3939
classifiers=[
4040
"Development Status :: 5 - Production/Stable",

tutornotes/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "18.0.0"
1+
__version__ = "19.0.0"

0 commit comments

Comments
 (0)