Skip to content
This repository was archived by the owner on Jan 23, 2024. It is now read-only.

Commit 01e20d5

Browse files
committed
Update Python Cloud Debugger to v1.5
1 parent 62bb0d0 commit 01e20d5

17 files changed

Lines changed: 229 additions & 1272 deletions

src/build.sh

100755100644
File mode changed.

src/googleclouddebugger/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
# The major version should only change on breaking changes. Minor version
3030
# changes go between regular updates. Instances running debuggers with
3131
# different major versions will show up as two different debuggees.
32-
__version__ = '1.4'
32+
__version__ = '1.5'
3333

3434
_flags = None
3535

src/googleclouddebugger/breakpoints_emulator.cc

Lines changed: 0 additions & 334 deletions
This file was deleted.

0 commit comments

Comments
 (0)