mirror of
https://github.com/microsoft/debugpy.git
synced 2025-12-23 08:48:12 +00:00
Update version number to 4.0.0a2
This commit is contained in:
parent
ae364f3c05
commit
df5d1a1863
12 changed files with 12 additions and 12 deletions
|
|
@ -3,7 +3,7 @@
|
||||||
# for license information.
|
# for license information.
|
||||||
|
|
||||||
__author__ = "Microsoft Corporation <ptvshelp@microsoft.com>"
|
__author__ = "Microsoft Corporation <ptvshelp@microsoft.com>"
|
||||||
__version__ = "4.0.0a1"
|
__version__ = "4.0.0a2"
|
||||||
|
|
||||||
import sys
|
import sys
|
||||||
import os.path
|
import os.path
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
|
|
||||||
__author__ = "Microsoft Corporation <ptvshelp@microsoft.com>"
|
__author__ = "Microsoft Corporation <ptvshelp@microsoft.com>"
|
||||||
__version__ = "4.0.0a1"
|
__version__ = "4.0.0a2"
|
||||||
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@ import sys
|
||||||
|
|
||||||
|
|
||||||
__author__ = "Microsoft Corporation <ptvshelp@microsoft.com>"
|
__author__ = "Microsoft Corporation <ptvshelp@microsoft.com>"
|
||||||
__version__ = "4.0.0a1"
|
__version__ = "4.0.0a2"
|
||||||
|
|
||||||
DONT_DEBUG = []
|
DONT_DEBUG = []
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@ from ptvsd.reraise import reraise
|
||||||
|
|
||||||
|
|
||||||
__author__ = "Microsoft Corporation <ptvshelp@microsoft.com>"
|
__author__ = "Microsoft Corporation <ptvshelp@microsoft.com>"
|
||||||
__version__ = "4.0.0a1"
|
__version__ = "4.0.0a2"
|
||||||
|
|
||||||
|
|
||||||
class Future(object):
|
class Future(object):
|
||||||
|
|
|
||||||
|
|
@ -21,7 +21,7 @@ import traceback
|
||||||
|
|
||||||
|
|
||||||
__author__ = "Microsoft Corporation <ptvshelp@microsoft.com>"
|
__author__ = "Microsoft Corporation <ptvshelp@microsoft.com>"
|
||||||
__version__ = "4.0.0a1"
|
__version__ = "4.0.0a2"
|
||||||
|
|
||||||
_TRACE = None
|
_TRACE = None
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,7 @@ import platform
|
||||||
|
|
||||||
|
|
||||||
__author__ = "Microsoft Corporation <ptvshelp@microsoft.com>"
|
__author__ = "Microsoft Corporation <ptvshelp@microsoft.com>"
|
||||||
__version__ = "4.0.0a1"
|
__version__ = "4.0.0a2"
|
||||||
|
|
||||||
MAX_FILES_TO_CACHE = 1000
|
MAX_FILES_TO_CACHE = 1000
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -14,4 +14,4 @@ else:
|
||||||
|
|
||||||
|
|
||||||
__author__ = "Microsoft Corporation <ptvshelp@microsoft.com>"
|
__author__ = "Microsoft Corporation <ptvshelp@microsoft.com>"
|
||||||
__version__ = "4.0.0a1"
|
__version__ = "4.0.0a2"
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@ from __future__ import print_function, with_statement, absolute_import
|
||||||
|
|
||||||
|
|
||||||
__author__ = "Microsoft Corporation <ptvshelp@microsoft.com>"
|
__author__ = "Microsoft Corporation <ptvshelp@microsoft.com>"
|
||||||
__version__ = "4.0.0a1"
|
__version__ = "4.0.0a2"
|
||||||
|
|
||||||
|
|
||||||
def reraise(exc_info):
|
def reraise(exc_info):
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
# for license information.
|
# for license information.
|
||||||
|
|
||||||
__author__ = "Microsoft Corporation <ptvshelp@microsoft.com>"
|
__author__ = "Microsoft Corporation <ptvshelp@microsoft.com>"
|
||||||
__version__ = "4.0.0a1"
|
__version__ = "4.0.0a2"
|
||||||
|
|
||||||
|
|
||||||
def reraise(exc_info):
|
def reraise(exc_info):
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
# for license information.
|
# for license information.
|
||||||
|
|
||||||
__author__ = "Microsoft Corporation <ptvshelp@microsoft.com>"
|
__author__ = "Microsoft Corporation <ptvshelp@microsoft.com>"
|
||||||
__version__ = "4.0.0a1"
|
__version__ = "4.0.0a2"
|
||||||
|
|
||||||
import sys
|
import sys
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -36,7 +36,7 @@ from ptvsd.pathutils import PathUnNormcase # noqa
|
||||||
|
|
||||||
|
|
||||||
__author__ = "Microsoft Corporation <ptvshelp@microsoft.com>"
|
__author__ = "Microsoft Corporation <ptvshelp@microsoft.com>"
|
||||||
__version__ = "4.0.0a1"
|
__version__ = "4.0.0a2"
|
||||||
|
|
||||||
|
|
||||||
#def ipcjson_trace(s):
|
#def ipcjson_trace(s):
|
||||||
|
|
|
||||||
2
setup.py
2
setup.py
|
|
@ -46,7 +46,7 @@ PACKAGE_DATA = {
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='ptvsd',
|
name='ptvsd',
|
||||||
version='4.0.0a1',
|
version='4.0.0a2',
|
||||||
description='Visual Studio remote debugging server for Python',
|
description='Visual Studio remote debugging server for Python',
|
||||||
license='MIT',
|
license='MIT',
|
||||||
author='Microsoft Corporation',
|
author='Microsoft Corporation',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue