Skip to content

Commit

Permalink
New version: 3.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
vojtechtrefny committed Feb 18, 2021
1 parent 3fe3fdd commit 7184992
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion blivet/__init__.py
Expand Up @@ -20,7 +20,7 @@
# Vratislav Podzimek <vpodzime@redhat.com>
#

__version__ = '3.3.2'
__version__ = '3.3.3'

import sys
import importlib
Expand Down
2 changes: 1 addition & 1 deletion doc/conf.py
Expand Up @@ -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

Expand Down
6 changes: 5 additions & 1 deletion python-blivet.spec
Expand Up @@ -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
Expand Down Expand Up @@ -191,6 +191,10 @@ configuration.
%endif

%changelog
* Thu Feb 18 2021 Vojtech Trefny <vtrefny@redhat.com> - 3.3.3-1
- apply compression settings from blivet.flags.btrfs_compression (#1926892)
(michel)

* Thu Jan 14 2021 Vojtech Trefny <vtrefny@redhat.com> - 3.3.2-1
- Fix "suggest_container_name" for Anaconda (vtrefny)
- Add test for util.get_sysfs_attr (vtrefny)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -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,
Expand Down

0 comments on commit 7184992

Please sign in to comment.