Skip to content

Commit ca1bb98

Browse files
authored
Merge pull request #72 from overhangio/ulmo
feat: upgrade to Ulmo release
2 parents aab2ad7 + 1a72b82 commit ca1bb98

File tree

4 files changed

+11
-5
lines changed

4 files changed

+11
-5
lines changed

CHANGELOG.md

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

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

22+
<a id='changelog-21.0.0'></a>
23+
## v21.0.0 (2025-11-03)
24+
25+
- [Improvement] Migrate from pylint and black to ruff. (by @Abdul-Muqadim-Arbisoft)
26+
- [Improvement] Test python package distribution build when running make test. (by @Abdul-Muqadim-Arbisoft)
27+
28+
- 💥[Feature] Upgrade to Ulmo. (by @Abdul-Muqadim-Arbisoft)
29+
2230
<a id='changelog-20.0.0'></a>
2331
## v20.0.0 (2025-06-05)
2432

changelog.d/20250908_122154_abdul.muqadim_migrate_ruff.md

Lines changed: 0 additions & 2 deletions
This file was deleted.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@ classifiers = [
2727
"Programming Language :: Python :: 3.12",
2828
]
2929
dependencies = [
30-
"tutor>=20.0.0,<21.0.0"
30+
"tutor>=21.0.0,<22.0.0"
3131
]
3232

3333
# these fields will be set by hatch_build.py
3434
dynamic = ["version"]
3535

3636
[project.optional-dependencies]
3737
dev = [
38-
"tutor[dev]>=20.0.0,<21.0.0",
38+
"tutor[dev]>=21.0.0,<22.0.0",
3939
"ruff",
4040
]
4141

tutorforum/__about__.py

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

0 commit comments

Comments
 (0)