From cafd615a5ec5f6d4c672c175f650fdee0f0f1f3b Mon Sep 17 00:00:00 2001 From: PyAnsys CI Bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Wed, 23 Oct 2024 14:03:19 +0200 Subject: [PATCH] chore: update CHANGELOG for v1.1.7 (#566) --- doc/changelog.d/565.miscellaneous.md | 1 - doc/changelog.d/566.documentation.md | 1 + doc/source/changelog.rst | 8 ++++++++ 3 files changed, 9 insertions(+), 1 deletion(-) delete mode 100644 doc/changelog.d/565.miscellaneous.md create mode 100644 doc/changelog.d/566.documentation.md diff --git a/doc/changelog.d/565.miscellaneous.md b/doc/changelog.d/565.miscellaneous.md deleted file mode 100644 index 1313047c..00000000 --- a/doc/changelog.d/565.miscellaneous.md +++ /dev/null @@ -1 +0,0 @@ -fix: ensure app.builder.outdir is a Path object \ No newline at end of file diff --git a/doc/changelog.d/566.documentation.md b/doc/changelog.d/566.documentation.md new file mode 100644 index 00000000..ec906a4c --- /dev/null +++ b/doc/changelog.d/566.documentation.md @@ -0,0 +1 @@ +chore: update CHANGELOG for v1.1.7 \ No newline at end of file diff --git a/doc/source/changelog.rst b/doc/source/changelog.rst index 413d4bae..7499e495 100644 --- a/doc/source/changelog.rst +++ b/doc/source/changelog.rst @@ -9,6 +9,14 @@ This document contains the release notes for the project. .. towncrier release notes start +`1.1.7 `_ - 2024-10-23 +======================================================================================= + +Miscellaneous +^^^^^^^^^^^^^ + +- fix: ensure app.builder.outdir is a Path object `#565 `_ + `1.1.6 `_ - 2024-10-18 =======================================================================================