Skip to content

Commit

Permalink
Release pydevd 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fabioz committed May 27, 2024
1 parent 14e0d91 commit 199fc07
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build_tools/pydevd_release_process.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ __version_info__ in pydevd.py

Create tag:
-----------
git tag pydev_debugger_3_0_2 -a -m "PyDev.Debugger 3.0.2"
git tag pydev_debugger_3_1_0 -a -m "PyDev.Debugger 3.1.0"
git push --tags


Expand Down
2 changes: 1 addition & 1 deletion pydevd.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@
if USE_CUSTOM_SYS_CURRENT_FRAMES_MAP:
from _pydevd_bundle.pydevd_constants import constructed_tid_to_last_frame

__version_info__ = (3, 0, 3)
__version_info__ = (3, 1, 0)
__version_info_str__ = []
for v in __version_info__:
__version_info_str__.append(str(v))
Expand Down

0 comments on commit 199fc07

Please sign in to comment.