Skip to content

Commit 2d8b28a

Browse files
committed
Release 6.1.3
1 parent cd9d0c9 commit 2d8b28a

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

docs/source/changelog.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,18 @@ We strongly recommend that you upgrade pip to version 9+ of pip before upgrading
2222
``pip --version``.
2323

2424

25+
.. _release-6.1.3:
26+
27+
6.1.3
28+
-----
29+
30+
- Title new buttons with label if action undefined (:ghpull:`5676`)
31+
32+
Thank you to all the contributors:
33+
34+
- Kyle Kelley
35+
36+
2537
.. _release-6.1.2:
2638

2739
6.1.2

notebook/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99

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

12-
version_info = (7, 0, 0, '.dev0')
12+
version_info = (6, 1, 3)
1313
__version__ = '.'.join(map(str, version_info[:3])) + ''.join(version_info[3:])

notebook/static/base/js/namespace.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ define(function(){
7373
// tree
7474
jglobal('SessionList','tree/js/sessionlist');
7575

76-
Jupyter.version = "7.0.0.dev0";
76+
Jupyter.version = "6.1.3";
7777
Jupyter._target = '_blank';
7878

7979
return Jupyter;

0 commit comments

Comments
 (0)