Skip to content

Commit

Permalink
release 5.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mpacer committed Jan 21, 2017
1 parent 370e522 commit 108e2d6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion docs/source/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
Changes in nbconvert
====================

5.1.1
-----

`5.1.1 on GitHub <https://github.com/jupyter/nbconvert/milestones/5.1.1>`__

- fix version numbering because of incomplete previous version number

5.1
---

`5.1 on GitHub <https://github.com/jupyter/nbconvert/milestones/5.0>`__
`5.1 on GitHub <https://github.com/jupyter/nbconvert/milestones/5.1>`__

- improved CSS (specifically tables, in line with notebook) #498
- improve in-memory templates handling #491
Expand Down
2 changes: 1 addition & 1 deletion nbconvert/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version_info = (5, 2, 0, '.dev')
version_info = (5, 1, 1)
__version__ = '.'.join(map(str, version_info[0:3])) + ''.join(version_info[3:])

0 comments on commit 108e2d6

Please sign in to comment.