Skip to content

Commit

Permalink
Version 1.16.7
Browse files Browse the repository at this point in the history
  • Loading branch information
mwouts committed Feb 9, 2025
1 parent 5e8f5dc commit d80f10c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
Jupytext ChangeLog
==================

1.16.7-dev
1.16.7 (2025-02-09)
-------------------

**Added**
- Logtalk notebooks are now supported ([#1308](https://github.com/mwouts/jupytext/pull/1308)) - thanks to [Paulo Moura](https://github.com/pmoura) for this contribution

**Fixed**
We have updated the dependencies of the JupyterLab extension to address [security issues](https://github.com/mwouts/jupytext/security/dependabot).

Expand Down
2 changes: 1 addition & 1 deletion src/jupytext/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Jupytext's version number"""

__version__ = "1.16.7-dev"
__version__ = "1.16.7"

0 comments on commit d80f10c

Please sign in to comment.