Skip to content

Commit

Permalink
Version 1.10.0 (#729)
Browse files Browse the repository at this point in the history
  • Loading branch information
mwouts authored Feb 4, 2021
1 parent 22d82a8 commit 98a5b97
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Jupytext ChangeLog
==================

1.10.0-dev (???)
----------------
1.10.0 (2021-01-04)
-------------------

**Added**
- Jupytext has a pre-commit hook! Many thanks to John Paton and Aaron Gokaslan for making this happen ([#698](https://github.com/mwouts/jupytext/issues/698))
Expand Down
2 changes: 1 addition & 1 deletion jupytext/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Jupytext's version number"""

__version__ = "1.10.0-dev"
__version__ = "1.10.0"

0 comments on commit 98a5b97

Please sign in to comment.