Skip to content

Commit

Permalink
neovim python-client 0.1.11
Browse files Browse the repository at this point in the history
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
  • Loading branch information
bfredl committed Nov 8, 2016
1 parent 7a98525 commit 894afdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
install_requires.append('greenlet')

setup(name='neovim',
version='0.1.11dev',
version='0.1.11',
description='Python client to neovim',
url='http://github.com/neovim/python-client',
download_url='https://github.com/neovim/python-client/archive/0.1.10.tar.gz',
Expand Down

0 comments on commit 894afdf

Please sign in to comment.