Skip to content

Commit 199fc07

Browse files
committed
Release pydevd 3.1.0
1 parent 14e0d91 commit 199fc07

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build_tools/pydevd_release_process.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ __version_info__ in pydevd.py
55

66
Create tag:
77
-----------
8-
git tag pydev_debugger_3_0_2 -a -m "PyDev.Debugger 3.0.2"
8+
git tag pydev_debugger_3_1_0 -a -m "PyDev.Debugger 3.1.0"
99
git push --tags
1010

1111

pydevd.py

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

178-
__version_info__ = (3, 0, 3)
178+
__version_info__ = (3, 1, 0)
179179
__version_info_str__ = []
180180
for v in __version_info__:
181181
__version_info_str__.append(str(v))

0 commit comments

Comments
 (0)