We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9132f4 commit 7d4d4e3Copy full SHA for 7d4d4e3
CHANGELOG.rst
@@ -4,13 +4,14 @@ Changelog
4
5
Notable changes to this project will be documented in this file.
6
7
-********
8
-Upcoming
9
+********************
+v2.10.2 (2025-12-15)
10
11
Fixed
12
=====
13
14
+- Update required ``prompt_toolkit`` version
15
- Make quick-action frame border rounded in new-tab
16
- Fix garbling of colored CLI help text on Python 3.14+
17
euporie/core/__init__.py
@@ -1,7 +1,7 @@
1
"""This package defines the euporie application and its components."""
2
3
__app_name__ = "euporie"
-__version__ = "2.10.1"
+__version__ = "2.10.2"
__logo__ = "⚈"
__strapline__ = "Jupyter in the terminal"
__author__ = "Josiah Outram Halstead"
0 commit comments