Bump to v2.2.2

pull/120/head v2.2.2
Marco Hinz 5 years ago
parent f7381ec402
commit 98f7f48e04
No known key found for this signature in database
GPG Key ID: 1C980A1B657B4A4F

@ -388,7 +388,7 @@ def main(argv=sys.argv, env=os.environ):
if options.version:
# version-marker
print('nvr 2.2.1')
print('nvr 2.2.2')
return
if options.serverlist:

@ -20,7 +20,7 @@ setup(
'console_scripts': ['nvr = nvr.nvr:main']
},
packages = ['nvr'],
version = '2.2.1',
version = '2.2.2',
license = 'MIT',
keywords = 'neovim nvim nvr remote helper',
classifiers = [

Loading…
Cancel
Save