-
Notifications
You must be signed in to change notification settings - Fork 120
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Brings the client up-to-date with Nvim 0.2.1 Changes since 0.1.13: * a2e1169 Fix tests on windows (#201) * 9a0e729 Fix an indexing bug when setting lines in a Range object (#270) * 4abd5d0 Documentation update (#272) * a703b47 Make sure logging always uses UTF-8 regardless of locale (#276) * 68aa352 Add argument to allow nested notification handlers (#262)
- Loading branch information
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,10 +22,10 @@ | |
install_requires.append('greenlet') | ||
|
||
setup(name='neovim', | ||
version='0.1.14dev', | ||
version='0.2.0', | ||
description='Python client to neovim', | ||
url='http://github.com/neovim/python-client', | ||
download_url='https://github.com/neovim/python-client/archive/0.1.13.tar.gz', | ||
download_url='https://github.com/neovim/python-client/archive/0.2.0.tar.gz', | ||
author='Thiago de Arruda', | ||
author_email='[email protected]', | ||
license='Apache', | ||
|