Bump to 2.2.0

pull/117/head v2.2.0
Marco Hinz 5 years ago
parent 355243eebb
commit c9b52e5b3a
No known key found for this signature in database
GPG Key ID: 1C980A1B657B4A4F

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

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

Loading…
Cancel
Save