We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0269879 commit ab29402Copy full SHA for ab29402
ChangeLog
@@ -2,6 +2,12 @@
2
Done
3
======
4
5
+> Public Release 0.8.1 : January 24, 2021
6
+
7
+* Mostly cleanups
8
+* Closes #83. Change :map -> :noremap <Jasha>
9
+* Remove incorrect reference to fugitive from docs <David D Lowe>
10
11
> Public Release 0.8 : February 3, 2020
12
13
* too many changes since 0.3 to list
setup.py
@@ -29,7 +29,7 @@ def get_long_description():
29
return '\n' + '\n'.join(lines[:end]) + '\n'
30
31
setup(name='ropevim',
32
- version='0.8.0',
+ version='0.8.1',
33
description='A vim plugin for using rope python refactoring library',
34
long_description=get_long_description(),
35
py_modules=['ropevim', 'rope_omni'],
0 commit comments