Skip to content

Commit 36dc194

Browse files
committed
update version
1 parent 91ffa66 commit 36dc194

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Changelog.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Changelog
22
=========
33

4-
## 2013-03-16 0.6.13
4+
## 2013-03-16 0.6.14
55
--------------------
66
* Update `PEP8` to version 1.4.5;
77
* Update `Pylint` to version 0.27.0;

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.13
9+
Version: 0.6.14
1010

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

ftplugin/python/init-pymode.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ if exists('did_init_pymode_vim')
33
endif
44
let did_init_pymode_vim = 1
55

6-
let g:pymode_version = "0.6.13"
6+
let g:pymode_version = "0.6.14"
77

88
com! PymodeVersion echomsg "Current python-mode version: " . g:pymode_version
99

0 commit comments

Comments
 (0)