Skip to content

Commit 894afdf

Browse files
committed
neovim python-client 0.1.11
This release requires nvim 0.1.6 or later. Also python 2.6 support is dropped. Python 2.7 or 3.3+ is required. Changes since 0.0.10: * ce840cb Add number attribute to Window and Tabpage objects * 111bc07 Use api level 1, as released with nvim 0.1.6. * ba1fcd4 add `neovim.VERSION` (python module version) and `nvim.version` attributes. * 6eb75a3 show full tracebacks for errors in handlers and callbacks
1 parent 7a98525 commit 894afdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
install_requires.append('greenlet')
2020

2121
setup(name='neovim',
22-
version='0.1.11dev',
22+
version='0.1.11',
2323
description='Python client to neovim',
2424
url='http://github.com/neovim/python-client',
2525
download_url='https://github.com/neovim/python-client/archive/0.1.10.tar.gz',

0 commit comments

Comments
 (0)