We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d906ce commit 3ef7053Copy full SHA for 3ef7053
Changelog.rst
@@ -1,7 +1,7 @@
1
Changelog
2
=========
3
4
-## 2012-04-10 0.6.1
+## 2012-04-10 0.6.2
5
-------------------
6
* Fix pymode_run for "unnamed" clipboard
7
* Add 'pymode_lint_mccabe_complexity' option
plugin/pymode.vim
@@ -1,4 +1,4 @@
-let g:pymode_version = "0.6.1"
+let g:pymode_version = "0.6.2"
com! PymodeVersion echomsg "Current python-mode version: " . g:pymode_version
0 commit comments