diff --git a/CHANGELOG.md b/CHANGELOG.md index 058501a..172c8f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,13 @@ instructions, because git commits are used to generate release notes: + +## v18.0.0 (2024-05-14) + +- 💥[Feature] Upgrade Python version to 3.12.2. (by @Faraz32123) +- 💥[Feature] Upgrade to Redwood. (by @Faraz32123) +- [BugFix] Fix wrong mime type by adding mime-support dependency. (by @Faraz32123) + ## v17.0.1 (2024-04-25) diff --git a/changelog.d/20240314_131222_faraz.maqsood_python_upgrade_to_v3_12_2.md b/changelog.d/20240314_131222_faraz.maqsood_python_upgrade_to_v3_12_2.md deleted file mode 100644 index ac6d392..0000000 --- a/changelog.d/20240314_131222_faraz.maqsood_python_upgrade_to_v3_12_2.md +++ /dev/null @@ -1 +0,0 @@ -- 💥[Feature] Upgrade Python version to 3.12.2. (by @Faraz32123) \ No newline at end of file diff --git a/changelog.d/20240514_135854_faraz.maqsood_redwood.md b/changelog.d/20240514_135854_faraz.maqsood_redwood.md deleted file mode 100644 index b63f78c..0000000 --- a/changelog.d/20240514_135854_faraz.maqsood_redwood.md +++ /dev/null @@ -1 +0,0 @@ -- 💥[Feature] Upgrade to Redwood. (by @Faraz32123) diff --git a/changelog.d/20240514_140102_faraz.maqsood_redwood.md b/changelog.d/20240514_140102_faraz.maqsood_redwood.md deleted file mode 100644 index 92cac76..0000000 --- a/changelog.d/20240514_140102_faraz.maqsood_redwood.md +++ /dev/null @@ -1 +0,0 @@ -- [BugFix] wrong mime type by adding mime-support dependency. (by @Faraz32123) diff --git a/tutordiscovery/__about__.py b/tutordiscovery/__about__.py index dba3a77..c6a8b8e 100644 --- a/tutordiscovery/__about__.py +++ b/tutordiscovery/__about__.py @@ -1 +1 @@ -__version__ = "17.0.1" +__version__ = "18.0.0"