Skip to content

Commit a3ea0ff

Browse files
committed
pydevd 3.3.0
1 parent 8380a65 commit a3ea0ff

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build_tools/pydevd_release_process.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ Update cython-generated files (must update cython and then run build_tools/build
77

88
Create tag:
99
-----------
10-
git tag pydev_debugger_3_2_3 -a -m "PyDev.Debugger 3.2.3"
11-
git push origin pydev_debugger_3_2_3
10+
git tag pydev_debugger_3_3_0 -a -m "PyDev.Debugger 3.3.0"
11+
git push origin pydev_debugger_3_3_0
1212

1313

1414
(pushing the tag does the release to PyPi now)

pydevd.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@
173173
if USE_CUSTOM_SYS_CURRENT_FRAMES_MAP:
174174
from _pydevd_bundle.pydevd_constants import constructed_tid_to_last_frame
175175

176-
__version_info__ = (3, 2, 3)
176+
__version_info__ = (3, 3, 0)
177177
__version_info_str__ = []
178178
for v in __version_info__:
179179
__version_info_str__.append(str(v))

0 commit comments

Comments
 (0)