Skip to content

Commit

Permalink
Release pydevd 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fabioz committed Jan 31, 2024
1 parent 1e47600 commit 81145ab
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_0 -a -m "PyDev.Debugger 3.0.0"
git tag pydev_debugger_3_0_1 -a -m "PyDev.Debugger 3.0.1"
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 @@ -119,7 +119,7 @@
if USE_CUSTOM_SYS_CURRENT_FRAMES_MAP:
from _pydevd_bundle.pydevd_constants import constructed_tid_to_last_frame

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

0 comments on commit 81145ab

Please sign in to comment.