Skip to content

Commit 58a8eae

Browse files
authored
Merge pull request #17 from overhangio/redwood
Upgrade to Redwood
2 parents 3468e11 + fe02332 commit 58a8eae

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@ instructions, because git commits are used to generate release notes:
1919

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

22+
<a id='changelog-18.0.0'></a>
23+
## v18.0.0 (2024-06-20)
24+
25+
- 💥[Feature] Upgrade to Redwood. (by @Abdul-Muqadim-Arbisoft)
26+
2227
<a id='changelog-17.0.1'></a>
2328
## v17.0.1 (2024-06-18)
2429

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ def load_about():
4444
packages=find_packages(exclude=["tests*"]),
4545
include_package_data=True,
4646
python_requires=">=3.8",
47-
install_requires=["tutor>=17.0.0,<18.0.0", "click_repl>=0.3.0"],
48-
extras_require={"dev": "tutor[dev]>=17.0.0,<18.0.0"},
47+
install_requires=["tutor>=18.0.0,<19.0.0", "click_repl>=0.3.0"],
48+
extras_require={"dev": "tutor[dev]>=18.0.0,<19.0.0"},
4949
entry_points={
5050
"tutor.plugin.v1": ["webui = tutorwebui.plugin"],
5151
},

tutorwebui/__about__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "17.0.1"
1+
__version__ = "18.0.0"

0 commit comments

Comments
 (0)