From 24b6f317102eed76582938962e1b0025427cfbad Mon Sep 17 00:00:00 2001 From: Marcin Kliks Date: Wed, 15 Jan 2014 15:24:54 +0100 Subject: [PATCH] Updated CHANGELOG --- CHANGES.rst | 4 ++-- src/ralph/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 23d0ce2b36..491bb40553 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,8 +1,8 @@ Change Log ---------- -HEAD -~~~~~ +2.0.0-rc1 +~~~~~~~~~ * added Scan module - new DC discovery mechanism diff --git a/src/ralph/__init__.py b/src/ralph/__init__.py index f71132fc0f..d11e20d3ba 100644 --- a/src/ralph/__init__.py +++ b/src/ralph/__init__.py @@ -1 +1 @@ -VERSION = (1, 2, 10) +VERSION = ('2', '0', '0-rc1')