This commit is contained in:
Danyal-Faheem 2025-04-18 18:41:39 +05:00 committed by Syed Muhammad Dawoud Sheraz Ali
parent 065397496c
commit 26d00745c8
3 changed files with 8 additions and 3 deletions

View File

@ -19,6 +19,11 @@ instructions, because git commits are used to generate release notes:
<!-- scriv-insert-here -->
<a id='changelog-20.0.0'></a>
## v20.0.0 (2025-04-18)
- 💥[Feature] Upgrade to teak. (by @Danyal-Faheem)
<a id='changelog-19.0.4'></a>
## v19.0.4 (2025-04-10)

View File

@ -25,14 +25,14 @@ classifiers = [
"Programming Language :: Python :: 3.12",
]
dependencies = [
"tutor>=19.0.0,<20.0.0",
"tutor>=20.0.0,<21.0.0",
]
# these fields will be set by hatch_build.py
dynamic = ["version"]
[project.optional-dependencies]
dev = [
"tutor[dev]>=19.0.0,<20.0.0",
"tutor[dev]>=20.0.0,<21.0.0",
"pylint",
"black"
]

View File

@ -1 +1 @@
__version__ = "19.0.4"
__version__ = "20.0.0"