Skip to content

Commit

Permalink
Release v2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
joouha committed Oct 31, 2022
1 parent 1789b6f commit de7fdc6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
10 changes: 7 additions & 3 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,18 @@ Changelog

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

********
Upcoming
********
*******************
v2.1.1 (2022-10-31)
*******************

Fixed
=====

- Ensure select uses available width in kernel selection dialog
- Do not cut when deleting word in micro edit mode

----

*******************
v2.1.0 (2022-10-29)
*******************
Expand All @@ -37,6 +39,8 @@ Fixed
- Fixed broken mouse events in button widgets
- Prevent ``IndexError`` when deleting a selection of cells including the last cell

----

*******************
v2.0.9 (2022-10-26)
*******************
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.1.0"
__version__ = "2.1.1"
__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.1.0"
version = "2.1.1"
description = "Euporie is a suite of terminal applications for interacting with Jupyter kernels"
authors = ["Josiah Outram Halstead <josiah@halstead.email>"]
license = "MIT"
Expand Down

0 comments on commit de7fdc6

Please sign in to comment.