8000 Bump version: 0.8.1 → 0.9.0 · dfvim/python-mode@2f850dc · GitHub
[go: up one dir, main page]

Skip to content

Commit 2f850dc

Browse files
committed
Bump version: 0.8.1 → 0.9.0
1 parent b5c9c3f commit 2f850dc

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.bumpversion.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
[bumpversion]
22
commit = True
3-
current_version = 0.8.1
3+
current_version = 0.9.0
44
files = plugin/pymode.vim
55
tag = True
66
tag_name = {new_version}
77

88
[bumpversion:file:doc/pymode.txt]
99
search = Version: {current_version}
1010
replace = Version: {new_version}
11+

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.8.1
9+
Version: 0.9.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.8.1"
2+
let g:pymode_version = "0.9.0"
33

44
com! PymodeVersion echomsg "Current python-mode version: " . g:pymode_version
55
com! PymodeTroubleshooting call pymode#troubleshooting#test()

0 commit comments

Comments
 (0)
0