From: Julian Gilbey Date: Mon, 5 Sep 2022 20:56:24 +0000 (+0100) Subject: Advertise GitHub snapshot version number X-Git-Tag: archive/raspbian/2.8.0+git20220826.8ee4065+ds-1+rpi1^2~3 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=07eff756e02370b4bf706329b3c9bb4897a0e6e5;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 6452031..662febf 100644 --- a/pydevd.py +++ b/pydevd.py @@ -119,6 +119,9 @@ for v in __version_info__: __version__ = '.'.join(__version_info_str__) +__version_info_str__.append('+git20220826.8ee4065') +__version__ += '+git20220826.8ee4065' + # IMPORTANT: pydevd_constants must be the 1st thing defined because it'll keep a reference to the original sys._getframe