diff --git a/changelog.d/20241022_173605_faraz.maqsood_sumac.md b/changelog.d/20241022_173605_faraz.maqsood_sumac.md new file mode 100644 index 00000000..0778bc91 --- /dev/null +++ b/changelog.d/20241022_173605_faraz.maqsood_sumac.md @@ -0,0 +1 @@ +- 💥[Feature] Upgrade to Sumac. (by @Faraz32123) diff --git a/setup.py b/setup.py index e9d38709..535afa79 100644 --- a/setup.py +++ b/setup.py @@ -35,11 +35,11 @@ include_package_data=True, python_requires=">=3.8", install_requires=[ - "tutor>=18.0.0,<19.0.0", - "tutor-discovery>=18.0.0,<19.0.0", - "tutor-mfe>=18.0.0,<19.0.0", + "tutor>=19.0.0,<20.0.0", + "tutor-discovery>=19.0.0,<20.0.0", + "tutor-mfe>=19.0.0,<20.0.0", ], - extras_require={"dev": ["tutor[dev]>=18.0.0,<19.0.0"]}, + extras_require={"dev": ["tutor[dev]>=19.0.0,<20.0.0"]}, entry_points={"tutor.plugin.v1": ["ecommerce = tutorecommerce.plugin"]}, classifiers=[ "Development Status :: 5 - Production/Stable", diff --git a/tutorecommerce/__about__.py b/tutorecommerce/__about__.py index c6a8b8ed..0122a6fa 100644 --- a/tutorecommerce/__about__.py +++ b/tutorecommerce/__about__.py @@ -1 +1 @@ -__version__ = "18.0.0" +__version__ = "19.0.0"