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 5eb6a21 commit 0aaef17Copy full SHA for 0aaef17
README.rst
@@ -169,6 +169,11 @@ Roadmap
169
History
170
-------
171
172
+0.2.4 (2016-05-02)
173
+..................
174
+* Removed newline in tmp_filename string (`Jérôme Schneider <https://github.com/merinos>`)
175
+* Fix to avoid module reloading (`jklang <https://github.com/jklang>`)
176
+
177
0.2.3 (2016-01-20)
178
..................
179
* Minor typo fix (`Srinivas Sakhamuri <https://github.com/srsakhamuri>`_)
proxmoxer/__init__.py
@@ -1,6 +1,6 @@
1
__author__ = 'Oleg Butovich'
2
__copyright__ = '(c) Oleg Butovich 2013-2016'
3
-__version__ = '0.2.3'
+__version__ = '0.2.4'
4
__licence__ = 'MIT'
5
6
from .core import *
0 commit comments