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.
1 parent ae16e0c commit d0e8322Copy full SHA for d0e8322
Changelog.rst
@@ -1,6 +1,10 @@
1
Changelog
2
=========
3
4
+## 2011-11-16 0.4.4
5
+-------------------
6
+* Minor fixes
7
+
8
## 2011-11-11 0.4.3
9
-------------------
10
* Fix pyflakes
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
0 commit comments