From c87aa94cb590d0b63dbc0d0f527a9bba41824e24 Mon Sep 17 00:00:00 2001 From: Dmitry Tantsur Date: Thu, 4 Dec 2014 17:38:51 +0100 Subject: [PATCH] Release 0.2.5: bump version, write changelog Change-Id: Ibbafbd4ac9df85894f0a71bbcf9baee02835e282 --- README.rst | 6 ++++++ setup.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index a85d957e3..755a83e74 100644 --- a/README.rst +++ b/README.rst @@ -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 ~~~~~~ diff --git a/setup.py b/setup.py index 5734d1ce7..a3b35e582 100644 --- a/setup.py +++ b/setup.py @@ -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",