Skip to content

Commit 98e90df

Browse files
committed
Prepare to version 0.7.0b
1 parent 36c9514 commit 98e90df

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Changelog.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Changelog
22
=========
33

4-
## 2013-??-?? 0.7.0
5-
-------------------
4+
## 2013-12-?? 0.7.0b
5+
--------------------
66
* Update indentation support;
77
* Python3 support;
88
* Removed pymode modeline support;

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.7.0
9+
Version: 0.7.0b
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.7.0"
2+
let g:pymode_version = "0.7.0b"
33

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

0 commit comments

Comments
 (0)