Skip to content

Commit

Permalink
Release v2.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
joouha committed Aug 29, 2022
1 parent 161cb92 commit 59ab2e6
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
14 changes: 8 additions & 6 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ Changelog

Notable changes to this project will be documented in this file.

********
Upcoming
********
*******************
v2.0.5 (2022-08-29)
*******************

Added
=====
Expand All @@ -16,13 +16,15 @@ Added
Fixed
=====

- Prevent jumping when scrollig if document is less than one page long
- Sort configuration sub-menus
- Prevent crash when opening key-binding dialog
- Prevent jumping when scrolling if document is less than one page long
- Fixed issue with range sliders which caused a crash on notebook load

----

*******************
v2.0.4 (2022-08-24)
v2.0.4 (2022-08-28)
*******************

Added
Expand All @@ -45,7 +47,7 @@ Fixed
----

*********************
v2.0.3 - (2022-08-16)
v2.0.3 - (2022-08-26)
*********************

Fixed
Expand Down
2 changes: 1 addition & 1 deletion euporie/core/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""This package defines the euporie application and its components."""

__app_name__ = "euporie"
__version__ = "2.0.4"
__version__ = "2.0.5"
__logo__ = "⚈"
__strapline__ = "Jupyter in the terminal"
__author__ = "Josiah Outram Halstead"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "euporie"
version = "2.0.4"
version = "2.0.5"
description = "Euporie is a suite of terminal applications for interacting with Jupyter kernels"
authors = ["Josiah Outram Halstead <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 59ab2e6

Please sign in to comment.