diff --git a/CHANGELOG.md b/CHANGELOG.md index 9373e09d9..63573ea41 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,11 @@ instructions, because git commits are used to generate release notes: + +## v17.1.0 (2023-12-13) + +- 💥[Improvement] Complete overhaul and redesign: the Indigo theme now covers more pages, including the MFE footer and header, and they are more beautiful than ever! (by @hinakhadim and @TanveerAhmed) + ## v17.0.0 (2023-12-09) diff --git a/changelog.d/20231213_100433_regis_indigo.md b/changelog.d/20231213_100433_regis_indigo.md deleted file mode 100644 index d18f5b459..000000000 --- a/changelog.d/20231213_100433_regis_indigo.md +++ /dev/null @@ -1 +0,0 @@ -- 💥[Improvement] Complete overhaul and redesign: the Indigo theme now covers more pages, including the MFE footer and header, and they are more beautiful than ever! (by @hinakhadim and @TanveerAhmed) diff --git a/tutorindigo/__about__.py b/tutorindigo/__about__.py index a08b09c58..1bef25448 100644 --- a/tutorindigo/__about__.py +++ b/tutorindigo/__about__.py @@ -1 +1 @@ -__version__ = "17.0.0" +__version__ = "17.1.0"