Skip to content

Commit ab29402

Browse files
committed
Prepare release
1 parent 0269879 commit ab29402

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

ChangeLog

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
Done
33
======
44

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+
511
> Public Release 0.8 : February 3, 2020
612

713
* too many changes since 0.3 to list

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def get_long_description():
2929
return '\n' + '\n'.join(lines[:end]) + '\n'
3030

3131
setup(name='ropevim',
32-
version='0.8.0',
32+
version='0.8.1',
3333
description='A vim plugin for using rope python refactoring library',
3434
long_description=get_long_description(),
3535
py_modules=['ropevim', 'rope_omni'],

0 commit comments

Comments
 (0)