-
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.
Changes since 0.4.1: - 1276622 Refactor: IOError was deprecated. Replace with OSError - a5446ce refactor: Reduce usage of deprecated imp module - 605ffda Modify all imports in the repository to absolute imports - d9ce0b5 Set unicode_errors in Unpacker - 2cbc135 import vim module by default
- 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 |
---|---|---|
|
@@ -35,10 +35,10 @@ | |
install_requires.append('greenlet') | ||
|
||
setup(name='pynvim', | ||
version='0.4.1', | ||
version='0.4.2', | ||
description='Python client to neovim', | ||
url='http://github.com/neovim/pynvim', | ||
download_url='https://github.com/neovim/pynvim/archive/0.4.1.tar.gz', | ||
download_url='https://github.com/neovim/pynvim/archive/0.4.2.tar.gz', | ||
author='Thiago de Arruda', | ||
author_email='[email protected]', | ||
license='Apache', | ||
|