v20.0.0
This commit is contained in:
parent
c2ba1b57fd
commit
7b4af1f15c
10
CHANGELOG.md
10
CHANGELOG.md
@ -19,6 +19,16 @@ instructions, because git commits are used to generate release notes:
|
|||||||
|
|
||||||
<!-- scriv-insert-here -->
|
<!-- scriv-insert-here -->
|
||||||
|
|
||||||
|
<a id='changelog-20.0.0'></a>
|
||||||
|
## v20.0.0 (2025-04-06)
|
||||||
|
|
||||||
|
- [Improvement] Migrate packaging from setup.py/setuptools to pyproject.toml/hatch. (by @Abdul-Muqadim-Arbisoft)
|
||||||
|
- For more details view tutor core PR: https://github.com/overhangio/tutor/pull/1163
|
||||||
|
|
||||||
|
- [Improvement] Add hatch_build.py in sdist target to fix the installation issues (by @dawoudsheraz)
|
||||||
|
|
||||||
|
- 💥[Feature] Upgrade to teak. (by @Abdul-Muqadim-Arbisoft)
|
||||||
|
|
||||||
<a id='changelog-19.0.0'></a>
|
<a id='changelog-19.0.0'></a>
|
||||||
## v19.0.0 (2024-12-09)
|
## v19.0.0 (2024-12-09)
|
||||||
|
|
||||||
|
|||||||
@ -1,3 +0,0 @@
|
|||||||
|
|
||||||
- [Improvement] Migrate packaging from setup.py/setuptools to pyproject.toml/hatch. (by @Abdul-Muqadim-Arbisoft)
|
|
||||||
- For more details view tutor core PR: https://github.com/overhangio/tutor/pull/1163
|
|
||||||
@ -1 +0,0 @@
|
|||||||
- [Improvement] Add hatch_build.py in sdist target to fix the installation issues (by @dawoudsheraz)
|
|
||||||
@ -27,14 +27,14 @@ classifiers = [
|
|||||||
"Programming Language :: Python :: 3.12",
|
"Programming Language :: Python :: 3.12",
|
||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"tutor>=19.0.0,<20.0.0"
|
"tutor>=20.0.0,<21.0.0"
|
||||||
]
|
]
|
||||||
# Version will be dynamically loaded from __about__.py
|
# Version will be dynamically loaded from __about__.py
|
||||||
dynamic = ["version"]
|
dynamic = ["version"]
|
||||||
|
|
||||||
[project.optional-dependencies]
|
[project.optional-dependencies]
|
||||||
dev = [
|
dev = [
|
||||||
"tutor[dev]>=19.0.0,<20.0.0",
|
"tutor[dev]>=20.0.0,<21.0.0",
|
||||||
"pylint",
|
"pylint",
|
||||||
"black"
|
"black"
|
||||||
]
|
]
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
__version__ = "19.0.0"
|
__version__ = "20.0.0"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user