Skip to content

Commit

Permalink
version bump to v0.17.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lexming committed Dec 9, 2020
1 parent cbae12b commit 1833401
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/vsc/install/shared_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ def _log(self, level, msg, args):

RELOAD_VSC_MODS = False

VERSION = '0.17.1'
VERSION = '0.17.2'

log.info('This is (based on) vsc.install.shared_setup %s' % VERSION)
log.info('(using setuptools version %s located at %s)' % (setuptools.__version__, setuptools.__file__))
Expand Down

0 comments on commit 1833401

Please sign in to comment.