Skip to content

Commit

Permalink
Release 6.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin-bates committed Sep 8, 2020
1 parent e6e0585 commit d8308e1
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
21 changes: 21 additions & 0 deletions docs/source/changelog.rst
Expand Up @@ -22,6 +22,27 @@ We strongly recommend that you upgrade pip to version 9+ of pip before upgrading
``pip --version``.


.. _release-6.1.4:

6.1.4
-----

- Fix broken links to jupyter documentation (:ghpull:`5686`)
- Add additional entries to troubleshooting section (:ghpull:`5695`)
- Revert change in page alignment (:ghpull:`5703`)
- Bug fix: remove double encoding in download files (:ghpull:`5720`)
- Fix typo for Check in zh_CN (:ghpull:`5730`)
- Require a file name in the "Save As" dialog (:ghpull:`5733`)

Thank you to all the contributors:

- bdbai
- Jaipreet Singh
- Kevin Bates
- Pavel Panchekha
- Zach Sailer


.. _release-6.1.3:

6.1.3
Expand Down
2 changes: 1 addition & 1 deletion notebook/_version.py
Expand Up @@ -9,5 +9,5 @@

# Next beta/alpha/rc release: The version number for beta is X.Y.ZbN **without dots**.

version_info = (7, 0, 0, '.dev0')
version_info = (6, 1, 4)
__version__ = '.'.join(map(str, version_info[:3])) + ''.join(version_info[3:])
2 changes: 1 addition & 1 deletion notebook/static/base/js/namespace.js
Expand Up @@ -73,7 +73,7 @@ define(function(){
// tree
jglobal('SessionList','tree/js/sessionlist');

Jupyter.version = "7.0.0.dev0";
Jupyter.version = "6.1.4";
Jupyter._target = '_blank';

return Jupyter;
Expand Down

0 comments on commit d8308e1

Please sign in to comment.