Skip to content

Commit 3ef7053

Browse files
committed
Version 0.6.2
1 parent 2d906ce commit 3ef7053

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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-
## 2012-04-10 0.6.1
4+
## 2012-04-10 0.6.2
55
-------------------
66
* Fix pymode_run for "unnamed" clipboard
77
* Add 'pymode_lint_mccabe_complexity' option

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.1"
1+
let g:pymode_version = "0.6.2"
22

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

0 commit comments

Comments
 (0)