File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ Update cython-generated files (must update cython and then run build_tools/build
77
88Create 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)
Original file line number Diff line number Diff line change 173173if 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__ = []
178178for v in __version_info__ :
179179 __version_info_str__ .append (str (v ))
You can’t perform that action at this time.
0 commit comments