Skip to content

Commit 5b2bb31

Browse files
committed
Version 0.9.4
1 parent 0271137 commit 5b2bb31

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

Changelog.rst

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

4+
## 2012-05-24 0.6.4
5+
-------------------
46
* Add 'pymode_paths' option
7+
* Rope updated to version 0.9.4
58

69
## 2012-04-18 0.6.3
710
-------------------

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.1
9+
Version: 0.6.4
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.3"
1+
let g:pymode_version = "0.6.4"
22

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

0 commit comments

Comments
 (0)