Skip to content

Commit 857d4d4

Browse files
committed
Update changelog
1 parent 8517558 commit 857d4d4

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

Changelog.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Changelog
22
=========
33

4+
## 2012-08-15 0.6.7
5+
-------------------
6+
* Fix documentation. Thanks (c) bgrant;
7+
* Fix pymode "async queue" support.
8+
49
## 2012-08-02 0.6.6
510
-------------------
611
* Updated Pep8 to version 1.3.3

doc/pymode.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
(__) (__) (__) (_) (_)(_____)(_)\_) (_/\/\_)(_____)(____/(____) ~
77

88

9-
Version: 0.6.6
9+
Version: 0.6.7
1010

1111
==============================================================================
1212
CONTENTS *Python-mode-contents*

plugin/pymode.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
let g:pymode_version = "0.6.6"
1+
let g:pymode_version = "0.6.7"
22

33
com! PymodeVersion echomsg "Current python-mode version: " . g:pymode_version
44

0 commit comments

Comments
 (0)