v19.0.0
This commit is contained in:
parent
be91f0741d
commit
2dbd9dc0e7
13
CHANGELOG.md
13
CHANGELOG.md
@ -19,6 +19,19 @@ instructions, because git commits are used to generate release notes:
|
||||
|
||||
<!-- scriv-insert-here -->
|
||||
|
||||
<a id='changelog-19.0.0'></a>
|
||||
## v19.0.0 (2024-10-22)
|
||||
|
||||
- [Improvement] Added CORS for embeded Dashboards. (by @Fahadkhalid210)
|
||||
|
||||
- [Bugfix] Fix legacy warnings during Docker build. (by @regisb)
|
||||
|
||||
- [Improvement] Auto import course structure to clickhouse on course publish by parsing CMS logs. (by @Danyal-Faheem)
|
||||
|
||||
- [Feature] Upgrade Clickhouse base image to 24.2.3.70. (by @Danyal-Faheem)
|
||||
|
||||
- 💥[Feature] Upgrade to Sumac. (by @Danyal-Faheem)
|
||||
|
||||
<a id='changelog-18.0.0'></a>
|
||||
## v18.0.0 (2024-06-20)
|
||||
|
||||
|
||||
@ -1 +0,0 @@
|
||||
- [Improvement] Added CORS for embeded Dashboards. (by @Fahadkhalid210)
|
||||
@ -1 +0,0 @@
|
||||
- [Bugfix] Fix legacy warnings during Docker build. (by @regisb)
|
||||
@ -1 +0,0 @@
|
||||
- [Improvement] Auto import course structure to clickhouse on course publish by parsing CMS logs. (by @Danyal-Faheem)
|
||||
@ -1 +0,0 @@
|
||||
- [Feature] Upgrade Clickhouse base image to 24.2.3.70. (by @Danyal-Faheem)
|
||||
4
setup.py
4
setup.py
@ -43,8 +43,8 @@ setup(
|
||||
packages=find_packages(exclude=["tests*"]),
|
||||
include_package_data=True,
|
||||
python_requires=">=3.9",
|
||||
install_requires=["tutor>=18.0.0,<19.0.0"],
|
||||
extras_require={"dev": ["tutor[dev]>=18.0.0,<19.0.0"]},
|
||||
install_requires=["tutor>=19.0.0,<20.0.0"],
|
||||
extras_require={"dev": ["tutor[dev]>=19.0.0,<20.0.0"]},
|
||||
entry_points={"tutor.plugin.v1": ["cairn = tutorcairn.plugin"]},
|
||||
classifiers=[
|
||||
"Development Status :: 5 - Production/Stable",
|
||||
|
||||
@ -1 +1 @@
|
||||
__version__ = "18.0.0"
|
||||
__version__ = "19.0.0"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user