Skip to content

Commit

Permalink
Version 1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mwouts committed Sep 2, 2019
1 parent e8f4b8c commit e41fa21
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
Release History
---------------

1.2.3 (2019-09-02)
++++++++++++++++++++++

**BugFixes**

- Dependency on ``setuptools`` in ``pandoc.py`` made optional to fix the build of the conda package (#310, #323)


1.2.2 (2019-09-01)
++++++++++++++++++++++

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.2.3-dev'
__version__ = '1.2.3'

0 comments on commit e41fa21

Please sign in to comment.