We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8380a65 commit a3ea0ffCopy full SHA for a3ea0ff
2 files changed
build_tools/pydevd_release_process.txt
@@ -7,8 +7,8 @@ Update cython-generated files (must update cython and then run build_tools/build
7
8
Create tag:
9
-----------
10
-git tag pydev_debugger_3_2_3 -a -m "PyDev.Debugger 3.2.3"
11
-git push origin pydev_debugger_3_2_3
+git tag pydev_debugger_3_3_0 -a -m "PyDev.Debugger 3.3.0"
+git push origin pydev_debugger_3_3_0
12
13
14
(pushing the tag does the release to PyPi now)
pydevd.py
@@ -173,7 +173,7 @@
173
if USE_CUSTOM_SYS_CURRENT_FRAMES_MAP:
174
from _pydevd_bundle.pydevd_constants import constructed_tid_to_last_frame
175
176
-__version_info__ = (3, 2, 3)
+__version_info__ = (3, 3, 0)
177
__version_info_str__ = []
178
for v in __version_info__:
179
__version_info_str__.append(str(v))
0 commit comments