Skip to content

Commit 7c3e3e9

Browse files
committed
Bump version: 0.9.2 → 0.10.0
1 parent a1284b9 commit 7c3e3e9

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[bumpversion]
22
commit = True
3-
current_version = 0.9.2
3+
current_version = 0.10.0
44
files = plugin/pymode.vim
55
tag = True
66
tag_name = {new_version}

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.9.2
9+
Version: 0.10.0
1010

1111
===============================================================================
1212
CONTENTS *pymode-contents*

plugin/pymode.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
" vi: fdl=1
2-
let g:pymode_version = "0.9.2"
2+
let g:pymode_version = "0.10.0"
33

44
" Enable pymode by default :)
55
call pymode#default('g:pymode', 1)

0 commit comments

Comments
 (0)