Skip to content

Commit f1ab24d

Browse files
authored
Update jupytab_api.py (#28)
* Update jupytab_api.py * Update VERSION * Update CHANGELOG.md
1 parent f420ba1 commit f1ab24d

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## 0.9.5 (2020-03-24)
4+
* #24 Quick-fix for SSL support
5+
36
## 0.9.4 (2020-03-23)
47
* #24 Add support for SSL
58

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.9.4
1+
0.9.5

jupytab-server/jupytab_server/jupytab_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ async def prepare(self):
109109
query_arguments.pop(uri_security_token, None)
110110

111111
my_url = transform_url(
112-
self.request.protocol,
112+
'http',
113113
host,
114114
notebook_uri,
115115
urlencode(query_arguments, doseq=True))

0 commit comments

Comments
 (0)