Skip to content

Commit 6fec68f

Browse files
parmentelatmwouts
authored andcommitted
mark version as 1.15.0.dev1
1 parent 001ef2d commit 6fec68f

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

docs/CHANGELOG.md

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

4-
1.14.7+dev (2023-07-??)
5-
-----------------------
4+
1.15.0-dev1 (2023-07-17)
5+
------------------------
66

77
**Changed**
8+
- 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 this PR! ([#1092](https://github.com/mwouts/jupytext/pull/1092))
89
- We have reorganized the documentation and the README.md ([#1031](https://github.com/mwouts/jupytext/issues/1031), [#1073](https://github.com/mwouts/jupytext/issues/1073))
910

1011

@@ -31,6 +32,7 @@ Jupytext ChangeLog
3132
extension for Jupytext is not compatible with JupyterLab 4 yet ([#1054](https://github.com/mwouts/jupytext/issues/1054))
3233
- The JupyterLab extension was released to `npm` in version 1.3.9.
3334

35+
3436
1.14.5 (2023-02-25)
3537
-------------------
3638

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.14.7+dev"
3+
__version__ = "1.15.0.dev1"

0 commit comments

Comments
 (0)