Release 0.2.5: bump version, write changelog

Change-Id: Ibbafbd4ac9df85894f0a71bbcf9baee02835e282
This commit is contained in:
Dmitry Tantsur 2014-12-04 17:38:51 +01:00
parent eb573409fa
commit c87aa94cb5
2 changed files with 7 additions and 1 deletions

View File

@ -189,6 +189,12 @@ HTTP API consist of 2 endpoints:
Change Log
----------
v0.2.5
~~~~~~
* Be even more paranoid in cleaning the iptables.
* Backport ``CONTRIBUTING.rst`` from master.
v0.2.4
~~~~~~

View File

@ -10,7 +10,7 @@ with open('requirements.txt', 'r') as fp:
setup(
name = "ironic-discoverd",
version = "0.2.4",
version = "0.2.5",
description = open('README.rst', 'r').readline().strip(),
author = "Dmitry Tantsur",
author_email = "dtantsur@redhat.com",