From 2e826017eba236ebfca113ea8cb102f43618925f Mon Sep 17 00:00:00 2001 From: hinakhadim Date: Mon, 4 Mar 2024 17:03:45 +0500 Subject: [PATCH] v17.3.0 --- CHANGELOG.md | 9 +++++++++ changelog.d/20240219_134558_misilot_issue_67.md | 13 ------------- ...20_091010_misilot_remove_legal_links_mentions.md | 13 ------------- changelog.d/20240227_192724_hina.khadim_indigo.md | 1 - tutorindigo/__about__.py | 2 +- 5 files changed, 10 insertions(+), 28 deletions(-) delete mode 100644 changelog.d/20240219_134558_misilot_issue_67.md delete mode 100644 changelog.d/20240220_091010_misilot_remove_legal_links_mentions.md delete mode 100644 changelog.d/20240227_192724_hina.khadim_indigo.md diff --git a/CHANGELOG.md b/CHANGELOG.md index c8270d536..13ab3d095 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,15 @@ instructions, because git commits are used to generate release notes: + +## v17.3.0 (2024-03-04) + +- 💥[Improvement] Allow the no_course_image.png image to pull from the current theme, not specifically named indigo (by @misilot) + +- [Improvement] Remove mentions of INDIGO_FOOTER_LEGAL_LINKS in docs since it is no longer used by the plugin. (by @misilot) + +- [Improvement] Style static pages of About, Contact, Privacy and bookmarks page (by @tanveer65) + ## v17.2.0 (2024-01-27) diff --git a/changelog.d/20240219_134558_misilot_issue_67.md b/changelog.d/20240219_134558_misilot_issue_67.md deleted file mode 100644 index 1e38f0f44..000000000 --- a/changelog.d/20240219_134558_misilot_issue_67.md +++ /dev/null @@ -1,13 +0,0 @@ - - - - - -- 💥[Improvement] Allow the no_course_image.png image to pull from the current theme, not specifically named indigo (by @misilot) diff --git a/changelog.d/20240220_091010_misilot_remove_legal_links_mentions.md b/changelog.d/20240220_091010_misilot_remove_legal_links_mentions.md deleted file mode 100644 index 2440223d0..000000000 --- a/changelog.d/20240220_091010_misilot_remove_legal_links_mentions.md +++ /dev/null @@ -1,13 +0,0 @@ - - - - - -- [Improvement] Remove mentions of INDIGO_FOOTER_LEGAL_LINKS in docs since it is no longer used by the plugin. (by @misilot) diff --git a/changelog.d/20240227_192724_hina.khadim_indigo.md b/changelog.d/20240227_192724_hina.khadim_indigo.md deleted file mode 100644 index cbf661829..000000000 --- a/changelog.d/20240227_192724_hina.khadim_indigo.md +++ /dev/null @@ -1 +0,0 @@ -- [Improvement] Style static pages of About, Contact, Privacy and bookmarks page (by @tanveer65) diff --git a/tutorindigo/__about__.py b/tutorindigo/__about__.py index fcf9b6c6a..f49958098 100644 --- a/tutorindigo/__about__.py +++ b/tutorindigo/__about__.py @@ -1 +1 @@ -__version__ = "17.2.0" +__version__ = "17.3.0"