Skip to content

Commit 071953f

Browse files
committed
Version 1.17.3
1 parent 67043ae commit 071953f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/codecov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ coverage:
99
source:
1010
paths:
1111
- "src/jupytext/"
12-
target: 96.5%
12+
target: 96%
1313
threshold: 0.2%
1414
tests:
1515
paths:

CHANGELOG.md

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

4-
1.17.3-dev (???)
4+
1.17.3 (2025-08-28)
55
-------------------
66

77
**Added**
@@ -11,7 +11,7 @@ of `jupytext --help` ([#433](https://github.com/mwouts/jupytext/issues/433))
1111
formats for a given notebook ([#1419](https://github.com/mwouts/jupytext/issues/1419))
1212

1313
**Fixed**
14-
- We have fixed `jupytext --sync`, and the contents manager, to make sure that a simple `.py` file (not in the percent format) will not be treated as a paired file when the Jupytext configuration contains `formats="ipynb,py:percent"` ([#1418](https://github.com/mwouts/jupytext/issues/1418))
14+
- We have fixed `jupytext --sync`, and the contents manager, to make sure that a simple `.py` file (not in the percent format) will not be treated as a paired file when the Jupytext configuration file has `formats="ipynb,py:percent"` ([#1418](https://github.com/mwouts/jupytext/issues/1418))
1515
- A notebook can be moved in Jupyter even if that makes it unpaired ([#1414](https://github.com/mwouts/jupytext/issues/1414))
1616
- The test against `jupyter-fs` now installs its `fs` extra dependency ([#1398](https://github.com/mwouts/jupytext/issues/1398))
1717
- The `jupytext --sync` command now works correctly with symbolic links. Thanks to [mccullerlp](https://github.com/mccullerlp) for reporting ([#1407](https://github.com/mwouts/jupytext/issues/1407)) and addressing ([#1408](https://github.com/mwouts/jupytext/pull/1408)) the problem!

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.3-dev"
3+
__version__ = "1.17.3"

0 commit comments

Comments
 (0)