From d0e832282b852bdcbbc018a5d78435a3ba7c3729 Mon Sep 17 00:00:00 2001 From: Kirill Klenov Date: Wed, 16 Nov 2011 12:57:16 +0400 Subject: [PATCH] Increment version --- Changelog.rst | 4 ++++ plugin/pymode.vim | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Changelog.rst b/Changelog.rst index 84529bbf..95642d5b 100644 --- a/Changelog.rst +++ b/Changelog.rst @@ -1,6 +1,10 @@ Changelog ========= +## 2011-11-16 0.4.4 +------------------- +* Minor fixes + ## 2011-11-11 0.4.3 ------------------- * Fix pyflakes diff --git a/plugin/pymode.vim b/plugin/pymode.vim index 725961aa..e67de660 100644 --- a/plugin/pymode.vim +++ b/plugin/pymode.vim @@ -1,4 +1,4 @@ -let g:pymode_version = "0.4.3" +let g:pymode_version = "0.4.4" command! PymodeVersion echomsg "Current python-mode version: " . g:pymode_version