From a2ae8195e5552eb2613167b1686d63c03dcbf8dd Mon Sep 17 00:00:00 2001 From: Abdul-Muqadim-Arbisoft Date: Mon, 13 May 2024 19:44:05 +0500 Subject: [PATCH] v18.0.0 upgrade to Redwood --- changelog.d/20240512_150013_abdul.muqadim.md | 1 + setup.py | 4 ++-- tutorwebui/__about__.py | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 changelog.d/20240512_150013_abdul.muqadim.md diff --git a/changelog.d/20240512_150013_abdul.muqadim.md b/changelog.d/20240512_150013_abdul.muqadim.md new file mode 100644 index 0000000..d1da2d6 --- /dev/null +++ b/changelog.d/20240512_150013_abdul.muqadim.md @@ -0,0 +1 @@ +- 💥 Upgrade to Redwood (by @Abdul-Muqadim-Arbisoft) \ No newline at end of file diff --git a/setup.py b/setup.py index 37eedf8..127ddbb 100644 --- a/setup.py +++ b/setup.py @@ -44,8 +44,8 @@ def load_about(): packages=find_packages(exclude=["tests*"]), include_package_data=True, python_requires=">=3.8", - install_requires=["tutor>=17.0.0,<18.0.0", "click_repl>=0.3.0"], - extras_require={"dev": "tutor[dev]>=17.0.0,<18.0.0"}, + install_requires=["tutor>=18.0.0,<19.0.0", "click_repl>=0.3.0"], + extras_require={"dev": "tutor[dev]>=18.0.0,<19.0.0"}, entry_points={ "tutor.plugin.v1": ["webui = tutorwebui.plugin"], }, diff --git a/tutorwebui/__about__.py b/tutorwebui/__about__.py index dba3a77..c6a8b8e 100644 --- a/tutorwebui/__about__.py +++ b/tutorwebui/__about__.py @@ -1 +1 @@ -__version__ = "17.0.1" +__version__ = "18.0.0"