Skip to content

Commit 0d49e29

Browse files
ZsailerGitHub Enterprise
authored andcommitted
* add debug * Bump to 0.12.2
1 parent a04d16f commit 0d49e29

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.12.1" # pragma: no cover
1+
__version__ = "0.12.2" # pragma: no cover

data_studio_jupyter_extensions/configurables/provisioner.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -442,6 +442,7 @@ async def _launch_kernel_cluster_to_cluster(
442442
# The connection info should be predetermined by the kernel itself.
443443
# Get the Host information from the kernel details endpoint.
444444
kernel_info = await self.nbservice_client.get_kernel_details(self.process_id)
445+
self.log.debug(f"Connection Info: {kernel_info}")
445446
self.ip = self.ip or kernel_info["host"]
446447
return self.connection_info
447448

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ testpaths = [
2323
]
2424

2525
[tool.tbump.version]
26-
current = "0.12.1"
26+
current = "0.12.2"
2727
regex = '''
2828
(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
2929
((?P<channel>a|b|rc|.dev)(?P<release>\d+))?

version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.12.1
1+
0.12.2

0 commit comments

Comments
 (0)