Skip to content

Commit 93cf493

Browse files
committed
Version 1.16.7
1 parent d261252 commit 93cf493

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,9 +1,12 @@
11
Jupytext ChangeLog
22
==================
33

4-
1.16.7-dev
4+
1.16.7 (2025-02-09)
55
-------------------
66

7+
**Added**
8+
- Logtalk notebooks are now supported ([#1308](https://github.com/mwouts/jupytext/pull/1308)) - thanks to [Paulo Moura](https://github.com/pmoura) for this contribution
9+
710
**Fixed**
811
We have updated the dependencies of the JupyterLab extension to address [security issues](https://github.com/mwouts/jupytext/security/dependabot).
912

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

0 commit comments

Comments
 (0)