Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PR: Small fixes to release files after 6.0a1 #21050

Merged
merged 1 commit into from
Jun 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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