Skip to content

Commit

Permalink
Release pydevd 3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fabioz committed Oct 27, 2024
1 parent e7847c5 commit 358fdc1
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 @@ -7,7 +7,7 @@ Update cython-generated files (must update cython and then run build_tools/build

Create tag:
-----------
git tag pydev_debugger_3_2_0 -a -m "PyDev.Debugger 3.2.0"
git tag pydev_debugger_3_2_1 -a -m "PyDev.Debugger 3.2.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 @@ -173,7 +173,7 @@
if USE_CUSTOM_SYS_CURRENT_FRAMES_MAP:
from _pydevd_bundle.pydevd_constants import constructed_tid_to_last_frame

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

0 comments on commit 358fdc1

Please sign in to comment.