From 71849923e40b79bf10da749280d7d83990b0d972 Mon Sep 17 00:00:00 2001 From: Vojtech Trefny Date: Thu, 18 Feb 2021 14:16:22 +0100 Subject: [PATCH] New version: 3.3.3 --- blivet/__init__.py | 2 +- doc/conf.py | 2 +- python-blivet.spec | 6 +++++- setup.py | 2 +- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/blivet/__init__.py b/blivet/__init__.py index e634f8078..7e9d9fa2f 100644 --- a/blivet/__init__.py +++ b/blivet/__init__.py @@ -20,7 +20,7 @@ # Vratislav Podzimek # -__version__ = '3.3.2' +__version__ = '3.3.3' import sys import importlib diff --git a/doc/conf.py b/doc/conf.py index 74ddb39d0..1eef74217 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -49,7 +49,7 @@ # built documents. # # The short X.Y version. -version = '3.3.2' +version = '3.3.3' # The full version, including alpha/beta/rc tags. release = version diff --git a/python-blivet.spec b/python-blivet.spec index 9f391af8f..67194393c 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.3.2 +Version: 3.3.3 #%%global prerelease .b2 # prerelease, if defined, should be something like .a1, .b1, .b2.dev1, or .c2 @@ -191,6 +191,10 @@ configuration. %endif %changelog +* Thu Feb 18 2021 Vojtech Trefny - 3.3.3-1 +- apply compression settings from blivet.flags.btrfs_compression (#1926892) + (michel) + * Thu Jan 14 2021 Vojtech Trefny - 3.3.2-1 - Fix "suggest_container_name" for Anaconda (vtrefny) - Add test for util.get_sysfs_attr (vtrefny) diff --git a/setup.py b/setup.py index a86cd389c..63cbbbe00 100644 --- a/setup.py +++ b/setup.py @@ -86,7 +86,7 @@ def make_release_tree(self, base_dir, files): setup(name='blivet', - version='3.3.2', + version='3.3.3', cmdclass={"sdist": blivet_sdist}, description='Python module for system storage configuration', long_description=long_description,