Skip to content

Commit

Permalink
Merge pull request #21050 from ccordoba12/minor-fixes-after-alpha1
Browse files Browse the repository at this point in the history
PR: Small fixes to release files after 6.0a1
  • Loading branch information
ccordoba12 authored Jun 20, 2023
2 parents d8afe0a + ad28263 commit e1a7232
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Announcements.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
2 changes: 1 addition & 1 deletion changelogs/Spyder-6.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e1a7232

Please sign in to comment.