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 a03476a commit 01ea184Copy full SHA for 01ea184
3 files changed
Changelog.rst
@@ -1,7 +1,7 @@
1
Changelog
2
=========
3
4
-## 2012-08-02 0.6.5
+## 2012-08-02 0.6.6
5
-------------------
6
* Updated Pep8 to version 1.3.3
7
* Updated Pylint to version 0.25.2
doc/pymode.txt
@@ -6,7 +6,7 @@
(__) (__) (__) (_) (_)(_____)(_)\_) (_/\/\_)(_____)(____/(____) ~
8
9
- Version: 0.6.4
+ Version: 0.6.6
10
11
==============================================================================
12
CONTENTS *Python-mode-contents*
plugin/pymode.vim
@@ -1,4 +1,4 @@
-let g:pymode_version = "0.6.5"
+let g:pymode_version = "0.6.6"
com! PymodeVersion echomsg "Current python-mode version: " . g:pymode_version
0 commit comments