[master 1/1] Bump version numbers to 2.0 before we forget.

bcl installerbot-noreply at redhat.com
Wed Nov 11 16:01:09 UTC 2015


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

This branch is now 2.x development. The first build will need to skip
bumpver to keep the 2.0 release number, for now change it manually so
that we don't accidentally build with a 1.x version.
---
 blivet/__init__.py | 2 +-
 doc/conf.py        | 4 ++--
 python-blivet.spec | 2 +-
 setup.py           | 2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/blivet/__init__.py b/blivet/__init__.py
index 1e4ed04..e80c8aa 100644
--- a/blivet/__init__.py
+++ b/blivet/__init__.py
@@ -20,7 +20,7 @@
 #                    Vratislav Podzimek <vpodzime at redhat.com>
 #
 
-__version__ = '1.16'
+__version__ = '2.0'
 
 ##
 # Default stub values for installer-specific stuff that gets set up in
diff --git a/doc/conf.py b/doc/conf.py
index 632bd03..7128206 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -49,9 +49,9 @@
 # built documents.
 #
 # The short X.Y version.
-version = '1.16'
+version = '2.0'
 # The full version, including alpha/beta/rc tags.
-release = '1.16'
+release = version
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.
diff --git a/python-blivet.spec b/python-blivet.spec
index eb6a044..bec00c1 100644
--- a/python-blivet.spec
+++ b/python-blivet.spec
@@ -1,7 +1,7 @@
 Summary:  A python module for system storage configuration
 Name: python-blivet
 Url: http://fedoraproject.org/wiki/blivet
-Version: 1.16
+Version: 2.0
 Release: 1%{?dist}
 Epoch: 1
 License: LGPLv2+
diff --git a/setup.py b/setup.py
index d44220a..f27ed54 100644
--- a/setup.py
+++ b/setup.py
@@ -69,7 +69,7 @@ def add_member_order_option(files):
     api_doc_files = rst_files + ["doc/conf.py"]
     data_files.append(("docs/blivet", api_doc_files))
 
-setup(name='blivet', version='1.16',
+setup(name='blivet', version='2.0',
       description='Python module for system storage configuration',
       author='David Lehman', author_email='dlehman at redhat.com',
       url='http://fedoraproject.org/wiki/blivet',


-- 
To view this commit on github, visit https://github.com/rhinstaller/blivet/commit/87e5371125eea6c47a720850c8362d80a45c4fe6


More information about the anaconda-patches mailing list