Skip to content

Commit

Permalink
release notes and release 5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mpacer committed Jan 21, 2017
1 parent c3675fe commit 46debf4
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
Changes in nbconvert
====================

5.1
---

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

- improved CSS (specifically tables, in line with notebook) #498
- improve in-memory templates handling #491
- test improvements #516 #509 #505
- new configuration option: IOPub timeout #513
- doc improvements #489 #500 #493 #506
- newly customizable: output prompt #500
- more python2/3 compatibile unicode handling #502

5.0
---

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, 1, 0, '.dev')
version_info = (5, 1, 0)
__version__ = '.'.join(map(str, version_info[0:3])) + ''.join(version_info[3:])

0 comments on commit 46debf4

Please sign in to comment.