Skip to content

Commit

Permalink
API: Bump its version and add mention about change in Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ccordoba12 committed Jan 15, 2025
1 parent 8d9a54d commit fc2a4bc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions changelogs/Spyder-6.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# History of changes for Spyder 6

## Version 6.0.4 (Unreleased)

### API changes

* Add `give_focus` kwarg to the `create_client_for_kernel` method of the
IPython console plugin.

## Version 6.0.3 (2024/12/10)

### Important fixes
Expand Down
2 changes: 1 addition & 1 deletion spyder/api/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@
updated.
"""

VERSION_INFO = (1, 2, 0)
VERSION_INFO = (1, 3, 0)
__version__ = '.'.join(map(str, VERSION_INFO))

0 comments on commit fc2a4bc

Please sign in to comment.