diff --git a/Changelog.rst b/Changelog.rst index f85cbc0e..1d817354 100644 --- a/Changelog.rst +++ b/Changelog.rst @@ -1,7 +1,7 @@ Changelog ========= -## 2012-**-** 0.6.9 +## 2012-09-07 0.6.9 ------------------- * Update autopep8 * Improve pymode#troubleshooting#Test() diff --git a/doc/pymode.txt b/doc/pymode.txt index 85027b0a..d5b59945 100644 --- a/doc/pymode.txt +++ b/doc/pymode.txt @@ -6,7 +6,7 @@ (__) (__) (__) (_) (_)(_____)(_)\_) (_/\/\_)(_____)(____/(____) ~ - Version: 0.6.8 + Version: 0.6.9 ============================================================================== CONTENTS *Python-mode-contents* diff --git a/plugin/pymode.vim b/plugin/pymode.vim index c8f800be..e99fd584 100644 --- a/plugin/pymode.vim +++ b/plugin/pymode.vim @@ -1,4 +1,4 @@ -let g:pymode_version = "0.6.8" +let g:pymode_version = "0.6.9" com! PymodeVersion echomsg "Current python-mode version: " . g:pymode_version