Skip to content

Commit 28cc7de

Browse files
committed
Version 1.15.1
1 parent 9bedfb7 commit 28cc7de

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

docs/CHANGELOG.md

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

4+
1.15.1 (2023-08-26)
5+
-------------------
6+
7+
**Added**
8+
- We have added a new command line interface `jupytext-config` that you can use to set Jupytext as the default viewer for text notebooks in Jupyter Lab and Jupyter Notebook 7. Thanks to [Thierry Parmentelat](https://github.com/parmentelat) for this contribution! ([#1094](https://github.com/mwouts/jupytext/pull/1094))
9+
10+
411
1.15.0 (2023-07-30)
512
-------------------
613

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.15.0"
3+
__version__ = "1.15.1"

0 commit comments

Comments
 (0)