Skip to content

Commit

Permalink
New version: 3.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vojtechtrefny committed Jun 7, 2024
1 parent a013290 commit eb7d146
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
2 changes: 1 addition & 1 deletion blivet/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# Vratislav Podzimek <vpodzime@redhat.com>
#

__version__ = '3.10.0'
__version__ = '3.10.1'

import sys
import importlib
Expand Down
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
# built documents.
#
# The short X.Y version.
version = '3.10.0'
version = '3.10.1'
# The full version, including alpha/beta/rc tags.
release = version

Expand Down
14 changes: 13 additions & 1 deletion python-blivet.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Summary: A python module for system storage configuration
Name: python-blivet
Url: https://storageapis.wordpress.com/projects/blivet
Version: 3.10.0
Version: 3.10.1

#%%global prerelease .b2
# prerelease, if defined, should be something like .a1, .b1, .b2.dev1, or .c2
Expand Down Expand Up @@ -109,6 +109,18 @@ make DESTDIR=%{buildroot} install
%{python3_sitelib}/*

%changelog
* Fri Jun 07 2024 Vojtech Trefny <vtrefny@redhat.com> - 3.10.1-1
- tests: Add a test case with MD array on LUKS (vtrefny)
- Add support for setting label when creating GFS2 format (vtrefny)
- tests: add dbus example to traverse the devices and call test the factory()
(tgill)
- fix issue #1239 (koito_coco)
- fix compare uuid fail (iasunsea)
- Remove support for the MD linear RAID level (vtrefny)
- ci: Fix repository name in job name in check.yml (vtrefny)
- Fix pylint 'possibly-used-before-assignment' warnings (vtrefny)
- Fix skipping btrfs calls when libblockdev btrfs plugin is missing (vtrefny)

* Fri May 10 2024 Vojtech Trefny <vtrefny@redhat.com> - 3.10.0-1
- Added support for PV grow (japokorn)
- misc: Add stratis-cli and stratisd to test dependencies (vtrefny)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def make_release_tree(self, base_dir, files):


setup(name='blivet',
version='3.10.0',
version='3.10.1',
cmdclass={"sdist": blivet_sdist},
description='Python module for system storage configuration',
long_description=long_description,
Expand Down

0 comments on commit eb7d146

Please sign in to comment.