From fe0233204442041865509349e561105f4fdc6a48 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.md | 5 +++++ setup.py | 4 ++-- tutorwebui/__about__.py | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0bc3220..f3cb2ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,11 @@ instructions, because git commits are used to generate release notes: + +## v18.0.0 (2024-06-20) + +- 💥[Feature] Upgrade to Redwood. (by @Abdul-Muqadim-Arbisoft) + ## v17.0.1 (2024-06-18) 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"