Skip to content

Commit

Permalink
Merge pull request #245 from itkovian/lock-pyyaml-version
Browse files Browse the repository at this point in the history
bump: version to 0.21.0
  • Loading branch information
itkovian authored Jun 26, 2024
2 parents ac1ae92 + e935002 commit afc8788
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 @@ -189,7 +189,7 @@ def _log(self, level, msg, args):

RELOAD_VSC_MODS = False

VERSION = '0.20.2'
VERSION = '0.21.0'

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 afc8788

Please sign in to comment.