Advertise GitHub snapshot version number
authorJulian Gilbey <jdg@debian.org>
Sun, 14 Aug 2022 07:56:26 +0000 (08:56 +0100)
committerPeter Michael Green <plugwash@raspbian.org>
Sun, 14 Aug 2022 07:56:26 +0000 (08:56 +0100)
Forwarded: not-needed
Last-Update: 2022-07-25

Gbp-Pq: Name correct-debian-version-number.patch

pydevd.py

index 95105360340ee949dbb5d3fb78fa41ba4b81434a..b92cc65b9b04a8081a57abb33401a3b7dc41cd52 100644 (file)
--- 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