From ad28263ce813e79e6469e9817e85c0ece57f99bf Mon Sep 17 00:00:00 2001 From: Carlos Cordoba Date: Tue, 20 Jun 2023 18:20:37 -0500 Subject: [PATCH] Small fixes to release files after 6.0a1 --- Announcements.md | 2 +- changelogs/Spyder-6.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Announcements.md b/Announcements.md index 3110f0aafe8..e30939afd6d 100644 --- a/Announcements.md +++ b/Announcements.md @@ -169,7 +169,7 @@ For a more complete list of changes, please see our You can easily install this alpha if you use conda by running: - conda install -c conda-forge/label/spyder_dev -c conda-forge spyder=6.0.0a1 + conda install -c conda-forge/label/spyder_dev -c conda-forge/label/spyder_kernels_rc -c conda-forge spyder=6.0.0a1 Or you can use pip with this command: diff --git a/changelogs/Spyder-6.md b/changelogs/Spyder-6.md index 9e127841640..86c4cc13b72 100644 --- a/changelogs/Spyder-6.md +++ b/changelogs/Spyder-6.md @@ -20,7 +20,7 @@ * Restore ability to load Hdf5 and Dicom files through the Variable Explorer (this was working in Spyder 4 and before). -## New API features +### New API features * Generalize Run plugin to support generic inputs and executors. This allows plugins to declare what kind of inputs (i.e. file, cell or selection) they