Skip to content

Commit

Permalink
Release v2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
joouha committed Nov 29, 2022
1 parent bd0bd6f commit 93d120a
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 5 deletions.
15 changes: 12 additions & 3 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,23 @@ Changelog

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

********
Upcoming
********
*******************
v2.1.3 (2022-11-29)
*******************

Added
=====

- New command to reset tabs, causing notebooks to be reloaded from the filesystem
- Improvements to the HTML renderer

Fixed
=====

- Use valid defaults for foreground and background colors for applications
- Do not collapse cell when clicking on prompt itself, only the area below
- Ensure logo is visible in the documentation
- Fix code block language detection in HTML renderer

----

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.2"
__version__ = "2.1.3"
__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.2"
version = "2.1.3"
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 93d120a

Please sign in to comment.