Skip to content

Commit 38d8308

Browse files
committed
Release 6.1.2
1 parent 0c2d119 commit 38d8308

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

docs/source/changelog.rst

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,29 @@ We strongly recommend that you upgrade pip to version 9+ of pip before upgrading
2222
``pip --version``.
2323

2424

25+
.. _release-6.1.2:
26+
27+
6.1.2
28+
-----
29+
30+
- Fix russian message format for delete/duplicate actions (:ghpull:`5662`)
31+
- Remove unnecessary import of bind_unix_socket (:ghpull:`5666`)
32+
- Tooltip style scope fix (:ghpull:`5672`)
33+
34+
Thank you to all the contributors:
35+
36+
- Dmitry Akatov
37+
- Kevin Bates
38+
- Magda Stenius
39+
2540
.. _release-6.1.1:
2641

2742
6.1.1
2843
-----
2944

3045
- Prevent inclusion of requests_unixsocket on Windows (:ghpull:`5650`)
3146

32-
Thanks for all the contributors:
47+
Thank you to all the contributors:
3348

3449
- Kevin Bates
3550

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, 2)
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.2";
7777
Jupyter._target = '_blank';
7878

7979
return Jupyter;

0 commit comments

Comments
 (0)