diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-03-12 00:36:40 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-03-12 00:36:40 +0000 |
| commit | a335df0635d7db909787bf4866cd557d4519cd7b (patch) | |
| tree | 604f139d3c54068cec50555f0eefc950cae42741 /wscript | |
| parent | bf783da991dd50e2281d3f6794cc89a2b4b8fe1c (diff) | |
Bump deps and fix string decoding.v1.4.2
Diffstat (limited to 'wscript')
| -rw-r--r-- | wscript | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -26,11 +26,6 @@ APPNAME = 'libsub' this_version = subprocess.Popen(shlex.split('git tag -l --points-at HEAD'), stdout=subprocess.PIPE).communicate()[0] last_version = subprocess.Popen(shlex.split('git describe --tags --abbrev=0'), stdout=subprocess.PIPE).communicate()[0] -if isinstance(this_version, bytes): - this_version = this_version.decode('UTF-8') -if isinstance(last_version, bytes): - last_version = last_version.decode('UTF-8') - if this_version == '': VERSION = '%sdevel' % last_version[1:].strip() else: |
