Skip to content

Commit 1289698

Browse files
committed
Version 1.17.2
1 parent edd5b0b commit 1289698

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Jupytext ChangeLog
22
==================
33

4-
1.17.2-dev (2025-05-??)
4+
1.17.2 (2025-06-01)
55
-------------------
66

77
**Fixed**
@@ -10,6 +10,9 @@ Jupytext ChangeLog
1010
**Changed**
1111
- We have removed Python 3.8 from the list of supported Python version, and from the CI, as it has reached its EOL
1212

13+
**Added**
14+
- ROOT-flavored C++ notebooks can be paired to `.cpp` files - thanks to [Steven Gardiner](https://github.com/sjgardiner) for this contribution [([#1384](https://github.com/mwouts/jupytext/issues/1384))(https://github.com/mwouts/jupytext/pull/1384)]
15+
1316

1417
1.17.1 (2025-04-26)
1518
-------------------

src/jupytext/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Jupytext's version number"""
22

3-
__version__ = "1.17.2-dev"
3+
__version__ = "1.17.2"

0 commit comments

Comments
 (0)