File tree 3 files changed +17
-2
lines changed
3 files changed +17
-2
lines changed Original file line number Diff line number Diff line change @@ -74,6 +74,13 @@ Here is an enumeration of changes made since the last release and included in 6.
74
74
- Another (Minor) Duplicate Code Reduction (:ghpull: `5316 `)
75
75
- Update readme regarding maintenance (:ghpull: `5500 `)
76
76
- Document contents chunks (:ghpull: `5508 `)
77
+ - Backspace deletes empty line (:ghpull: `5516 `)
78
+ - The dropdown submenu at notebook page is not keyboard accessible (:ghpull: `4732 `)
79
+ - Tooltips visible through keyboard navigation for specified buttons (:ghpull: `4729 `)
80
+ - Fix for recursive symlink (:ghpull: `4670 `)
81
+ - Fix for the terminal shutdown issue (:ghpull: `4180 `)
82
+ - Add japanese translation files (:ghpull: `4490 `)
83
+ - Workaround for socket permission errors on Cygwin (:ghpull: `4584 `)
77
84
78
85
Thank you to all the contributors:
79
86
@@ -87,26 +94,34 @@ Thank you to all the contributors:
87
94
- dmpe
88
95
- dylanzjy
89
96
- dSchurch
97
+ - E\. M\. Bray
90
98
- ErwinRussel
91
99
- Grant Nestor
92
100
- Jesus Panales Castillo
101
+ - Joshua Zeltser
93
102
- Karthikeyan Singaravelan
103
+ - Kenichi Ito
94
104
- Kevin Bates
95
105
- Kris Wilson
96
106
- Kyle Kelley
97
107
- Luciano Resende
98
108
- Luis Cabezon Manchado
99
109
- Madhusudhan Srinivasa
100
110
- Matthias Geier
111
+ - mattn
101
112
- Max Klein
102
113
- Min RK
114
+ - Mingxuan Lin
103
115
- Mohammad Mostafa Farzan
104
116
- Niko Felger
117
+ - Norah Abanumay
105
118
- Onno Broekmans
106
119
- pinarkavak
107
120
- Rohit Sanjay
121
+ - Shane Canon
108
122
- Simon Li
109
123
- Steven Silvester
124
+ - taohan16
110
125
- Thew Dhanat
111
126
- Thomas Kluyver
112
127
- Toon Baeyens
Original file line number Diff line number Diff line change 9
9
10
10
# Next beta/alpha/rc release: The version number for beta is X.Y.ZbN **without dots**.
11
11
12
- version_info = (7 , 0 , 0 , '.dev0 ' )
12
+ version_info = (6 , 1 , 0 , 'rc1 ' )
13
13
__version__ = '.' .join (map (str , version_info [:3 ])) + '' .join (version_info [3 :])
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ define(function(){
73
73
// tree
74
74
jglobal ( 'SessionList' , 'tree/js/sessionlist' ) ;
75
75
76
- Jupyter . version = "7.0.0.dev0 " ;
76
+ Jupyter . version = "6.1.0rc1 " ;
77
77
Jupyter . _target = '_blank' ;
78
78
79
79
return Jupyter ;
You can’t perform that action at this time.
0 commit comments