We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0271137 commit 5b2bb31Copy full SHA for 5b2bb31
Changelog.rst
@@ -1,7 +1,10 @@
1
Changelog
2
=========
3
4
+## 2012-05-24 0.6.4
5
+-------------------
6
* Add 'pymode_paths' option
7
+* Rope updated to version 0.9.4
8
9
## 2012-04-18 0.6.3
10
-------------------
doc/pymode.txt
@@ -6,7 +6,7 @@
(__) (__) (__) (_) (_)(_____)(_)\_) (_/\/\_)(_____)(____/(____) ~
- Version: 0.6.1
+ Version: 0.6.4
11
==============================================================================
12
CONTENTS *Python-mode-contents*
plugin/pymode.vim
@@ -1,4 +1,4 @@
-let g:pymode_version = "0.6.3"
+let g:pymode_version = "0.6.4"
com! PymodeVersion echomsg "Current python-mode version: " . g:pymode_version
0 commit comments