summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Grover <agrover@redhat.com>2013-02-26 13:07:31 -0800
committerAndy Grover <agrover@redhat.com>2013-02-26 13:07:31 -0800
commit770d07f3e88d9ba45ebbef7ac2d3c187375fd0f1 (patch)
tree1fdd851317f4edcca3bee944b415016d6f254fff
parent82ed79e3af5f59dd91055f119c553741cab6f41c (diff)
downloadtargetcli-770d07f3e88d9ba45ebbef7ac2d3c187375fd0f1.tar.gz
Next version is 2.0.fb20v2.0.fb20
Let's ditch the rc1 bit, it has no use. Signed-off-by: Andy Grover <agrover@redhat.com>
-rw-r--r--targetcli/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/targetcli/__init__.py b/targetcli/__init__.py
index 1f63000..d70c804 100644
--- a/targetcli/__init__.py
+++ b/targetcli/__init__.py
@@ -17,7 +17,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
from ui_root import UIRoot
-__version__ = "2.0rc1.fb20"
+__version__ = "2.0.fb20"
__author__ = "Jerome Martin <jxm@risingtidesystems.com>"
__url__ = "http://www.risingtidesystems.com"
__description__ = "An administration shell for RTS storage targets."