We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b5f1ef0 + df0d73d commit 2d99a86Copy full SHA for 2d99a86
Changelog.rst
@@ -1,7 +1,7 @@
1
Changelog
2
=========
3
4
-## 2013-12-01 0.7.0b
+## 2013-12-01 0.7.1b
5
--------------------
6
* Update indentation support;
7
* Python3 support;
doc/pymode.txt
@@ -6,7 +6,7 @@
(__) (__) (__) (_) (_)(_____)(_)\_) (_/\/\_)(_____)(____/(____) ~
8
9
- Version: 0.7.0b
+ Version: 0.7.1b
10
11
==============================================================================
12
CONTENTS *pymode-contents*
plugin/pymode.vim
@@ -1,5 +1,5 @@
" vi: fdl=1
-let g:pymode_version = "0.7.0b"
+let g:pymode_version = "0.7.1b"
com! PymodeVersion echomsg "Current python-mode version: " . g:pymode_version
com! PymodeTroubleshooting call pymode#troubleshooting#test()
0 commit comments