Skip to content

Commit 7d4d4e3

Browse files
committed
Release v2.10.2
1 parent a9132f4 commit 7d4d4e3

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

CHANGELOG.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,14 @@ Changelog
44

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

7-
********
8-
Upcoming
9-
********
7+
********************
8+
v2.10.2 (2025-12-15)
9+
********************
1010

1111
Fixed
1212
=====
1313

14+
- Update required ``prompt_toolkit`` version
1415
- Make quick-action frame border rounded in new-tab
1516
- Fix garbling of colored CLI help text on Python 3.14+
1617

euporie/core/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""This package defines the euporie application and its components."""
22

33
__app_name__ = "euporie"
4-
__version__ = "2.10.1"
4+
__version__ = "2.10.2"
55
__logo__ = "⚈"
66
__strapline__ = "Jupyter in the terminal"
77
__author__ = "Josiah Outram Halstead"

0 commit comments

Comments
 (0)