diff options
| author | Andy Grover <agrover@redhat.com> | 2013-02-26 13:07:31 -0800 |
|---|---|---|
| committer | Andy Grover <agrover@redhat.com> | 2013-02-26 13:07:31 -0800 |
| commit | 770d07f3e88d9ba45ebbef7ac2d3c187375fd0f1 (patch) | |
| tree | 1fdd851317f4edcca3bee944b415016d6f254fff | |
| parent | 82ed79e3af5f59dd91055f119c553741cab6f41c (diff) | |
| download | targetcli-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__.py | 2 |
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." |
