From eaf16cb58ed71ae02994f8760b1aefe516956225 Mon Sep 17 00:00:00 2001 From: Vojtech Trefny Date: Mon, 6 Apr 2020 14:16:26 +0200 Subject: [PATCH] New version: 3.2.1 --- blivet/__init__.py | 2 +- doc/conf.py | 2 +- python-blivet.spec | 10 +++++++++- setup.py | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) diff --git a/blivet/__init__.py b/blivet/__init__.py index 0a64f0e83..84a275448 100644 --- a/blivet/__init__.py +++ b/blivet/__init__.py @@ -20,7 +20,7 @@ # Vratislav Podzimek # -__version__ = '3.2.0' +__version__ = '3.2.1' import sys import importlib diff --git a/doc/conf.py b/doc/conf.py index b31944d85..39a698557 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -49,7 +49,7 @@ # built documents. # # The short X.Y version. -version = '3.2.0' +version = '3.2.1' # The full version, including alpha/beta/rc tags. release = version diff --git a/python-blivet.spec b/python-blivet.spec index 1e55d5ea5..46764200f 100644 --- a/python-blivet.spec +++ b/python-blivet.spec @@ -19,7 +19,7 @@ Summary: A python module for system storage configuration Name: python-blivet Url: https://storageapis.wordpress.com/projects/blivet -Version: 3.2.0 +Version: 3.2.1 #%%global prerelease .b2 # prerelease, if defined, should be something like .a1, .b1, .b2.dev1, or .c2 @@ -191,6 +191,14 @@ configuration. %endif %changelog +* Mon Apr 06 2020 Vojtech Trefny - 3.2.1-1 +- Correctly recognize EFI format on an MD RAID device (#1695913) (vtrefny) +- Do not set empty name instead of invalid one in devicefactory (#1813710) + (vtrefny) +- Fix crash for devices without ID_PATH udev property (#1814920) (vtrefny) +- Allow for reserved vg space and a growable thin pool. (#1783946) (dlehman) +- Fix name resolution for md member partitions. (#1798792) (dlehman) + * Wed Jan 29 2020 Vojtech Trefny - 3.2.0-1 - Align base sizes up if smaller than min I/O size. (dlehman) - Make minimal and optimal alignment getters public. (dlehman) diff --git a/setup.py b/setup.py index f54c8d718..db28b404b 100644 --- a/setup.py +++ b/setup.py @@ -69,7 +69,7 @@ def make_release_tree(self, base_dir, files): setup(name='blivet', - version='3.2.0', + version='3.2.1', cmdclass={"sdist": blivet_sdist}, description='Python module for system storage configuration', author='David Lehman', author_email='dlehman@redhat.com',