diff options
| author | Andy Grover <agrover@redhat.com> | 2013-04-10 11:51:19 -0700 |
|---|---|---|
| committer | Andy Grover <agrover@redhat.com> | 2013-04-10 11:51:19 -0700 |
| commit | 5c1970c8c44d9bc174febb96d8cb4ffd59cf0169 (patch) | |
| tree | e672039d90724ae40733208eb3b84fc473c792d5 | |
| parent | 5a8d9b7c1592e564a6262e6be040ad8ca3b08706 (diff) | |
| download | targetcli-2.1.fb22.tar.gz | |
Update version for proper pkg versioningv2.1.fb22
Unfortunately I made a mistake, and did not handle version with 'rc' in it
as specified here:
http://fedoraproject.org/wiki/Packaging:NamingGuidelines#Pre-Release_packages
I'm incrementing the version to 2.1.<fb-ver> to get version sequencing
right. It's a little uncool for me to be mixing my developer and packager
roles here, but I think I can rationalize a version bump, given the
tag and WWN improvements recently.
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 3a1840a..d1f3045 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.0.22" +__version__ = "2.1.22" __author__ = "Jerome Martin <jxm@risingtidesystems.com>" __url__ = "http://www.risingtidesystems.com" __description__ = "An administration shell for RTS storage targets." |
