Skip to content

Commit

Permalink
Bump version: 0.11.0 → 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
diraol committed Oct 8, 2020
1 parent 65407b0 commit 59efb15
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[bumpversion]
commit = True
current_version = 0.11.0
current_version = 0.12.0
files = plugin/pymode.vim
tag = True
tag_name = {new_version}
Expand Down
2 changes: 1 addition & 1 deletion doc/pymode.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
(__) (__) (__) (_) (_)(_____)(_)\_) (_/\/\_)(_____)(____/(____) ~


Version: 0.11.0
Version: 0.12.0

===============================================================================
CONTENTS *pymode-contents*
Expand Down
2 changes: 1 addition & 1 deletion plugin/pymode.vim
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
" vi: fdl=1
let g:pymode_version = "0.11.0"
let g:pymode_version = "0.12.0"

" Enable pymode by default :)
call pymode#default('g:pymode', 1)
Expand Down

0 comments on commit 59efb15

Please sign in to comment.