Skip to content

Commit 0aaef17

Browse files
committed
bump the version
1 parent 5eb6a21 commit 0aaef17

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

README.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,11 @@ Roadmap
169169
History
170170
-------
171171

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+
172177
0.2.3 (2016-01-20)
173178
..................
174179
* Minor typo fix (`Srinivas Sakhamuri <https://github.com/srsakhamuri>`_)

proxmoxer/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
__author__ = 'Oleg Butovich'
22
__copyright__ = '(c) Oleg Butovich 2013-2016'
3-
__version__ = '0.2.3'
3+
__version__ = '0.2.4'
44
__licence__ = 'MIT'
55

66
from .core import *

0 commit comments

Comments
 (0)