We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8517558 commit 857d4d4Copy full SHA for 857d4d4
3 files changed
Changelog.rst
@@ -1,6 +1,11 @@
1
Changelog
2
=========
3
4
+## 2012-08-15 0.6.7
5
+-------------------
6
+* Fix documentation. Thanks (c) bgrant;
7
+* Fix pymode "async queue" support.
8
+
9
## 2012-08-02 0.6.6
10
-------------------
11
* Updated Pep8 to version 1.3.3
doc/pymode.txt
@@ -6,7 +6,7 @@
(__) (__) (__) (_) (_)(_____)(_)\_) (_/\/\_)(_____)(____/(____) ~
- Version: 0.6.6
+ Version: 0.6.7
==============================================================================
12
CONTENTS *Python-mode-contents*
plugin/pymode.vim
@@ -1,4 +1,4 @@
-let g:pymode_version = "0.6.6"
+let g:pymode_version = "0.6.7"
com! PymodeVersion echomsg "Current python-mode version: " . g:pymode_version
0 commit comments