[blivet/master/rhel7 1/3] Fix setup and init version numbers

Brian C. Lane bcl at redhat.com
Fri Oct 25 23:54:13 UTC 2013


From: "Brian C. Lane" <bcl at redhat.com>

---
 blivet/__init__.py | 2 +-
 setup.py           | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/blivet/__init__.py b/blivet/__init__.py
index 977f3bf..b538fc7 100644
--- a/blivet/__init__.py
+++ b/blivet/__init__.py
@@ -20,7 +20,7 @@
 # Red Hat Author(s): Dave Lehman <dlehman at redhat.com>
 #
 
-__version__ = '0.18'
+__version__ = '0.18.7'
 
 ##
 ## Default stub values for installer-specific stuff that gets set up in
diff --git a/setup.py b/setup.py
index 050446a..d8b07f5 100644
--- a/setup.py
+++ b/setup.py
@@ -2,7 +2,7 @@
 
 from distutils.core import setup
 
-setup(name='blivet', version='0.18',
+setup(name='blivet', version='0.18.7',
       description='Python module for system storage configuration',
       author='David Lehman', author_email='dlehman at redhat.com',
       url='http://fedoraproject.org/wiki/blivet',
-- 
1.8.3.1



More information about the anaconda-patches mailing list