Skip to content

Commit 971b1e8

Browse files
committed
Version 1.15.0
1 parent 788cdc7 commit 971b1e8

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/CHANGELOG.md

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

4-
1.15.0-dev (2023-07-30)
5-
------------------------
4+
1.15.0 (2023-07-30)
5+
-------------------
66

77
**Changed**
88
- This version comes with a version of the JupyterLab extension that is compatible with JupyterLab 4.x. Many thanks to [Thierry Parmentelat](https://github.com/parmentelat) for his PRs! ([#1092](https://github.com/mwouts/jupytext/pull/1092), [#1109](https://github.com/mwouts/jupytext/pull/1109))

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.dev2"
3+
__version__ = "1.15.0"

0 commit comments

Comments
 (0)