From: Julian Gilbey Date: Sun, 14 Aug 2022 07:56:26 +0000 (+0100) Subject: Advertise GitHub snapshot version number X-Git-Tag: archive/raspbian/2.8.0+git20220826.8ee4065+ds-1+rpi1~3 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=dba23a5aa4b2cfde0058769b342bf3281a547132;p=pydevd.git Advertise GitHub snapshot version number Forwarded: not-needed Last-Update: 2022-07-25 Gbp-Pq: Name correct-debian-version-number.patch --- diff --git a/pydevd.py b/pydevd.py index 9510536..b92cc65 100644 --- a/pydevd.py +++ b/pydevd.py @@ -118,6 +118,9 @@ for v in __version_info__: __version__ = '.'.join(__version_info_str__) +__version_info_str__.append('+git20220714.32dee0b') +__version__ += '+git20220714.32dee0b' + # IMPORTANT: pydevd_constants must be the 1st thing defined because it'll keep a reference to the original sys._getframe