Skip to content

Commit

Permalink
New version: 3.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vojtechtrefny committed Mar 16, 2023
1 parent 99e485a commit d42519c
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 5 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 <[email protected]>
#

__version__ = '3.7.0'
__version__ = '3.7.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.7.0'
version = '3.7.1'
# The full version, including alpha/beta/rc tags.
release = version

Expand Down
2 changes: 1 addition & 1 deletion po
Submodule po updated 73 files
+20 −20 af.po
+20 −20 am.po
+20 −20 ar.po
+20 −20 as.po
+20 −20 ast.po
+20 −20 bg.po
+20 −20 blivet.pot
+20 −20 bn.po
+20 −20 bn_IN.po
+20 −20 bs.po
+20 −20 ca.po
+20 −20 cs.po
+20 −20 cy.po
+20 −20 da.po
+20 −20 de.po
+20 −20 de_CH.po
+20 −20 el.po
+20 −20 en_GB.po
+20 −20 es.po
+20 −20 et.po
+20 −20 eu.po
+20 −20 fa.po
+20 −20 fi.po
+22 −22 fr.po
+27 −34 fur.po
+20 −20 gu.po
+32 −32 he.po
+20 −20 hi.po
+20 −20 hr.po
+20 −20 hu.po
+20 −20 ia.po
+28 −33 id.po
+20 −20 ilo.po
+20 −20 is.po
+20 −20 it.po
+28 −34 ja.po
+28 −27 ka.po
+20 −20 kk.po
+20 −20 kn.po
+22 −22 ko.po
+20 −20 lv.po
+20 −20 mai.po
+20 −20 mk.po
+20 −20 ml.po
+20 −20 mr.po
+20 −20 ms.po
+20 −20 nb.po
+20 −20 ne.po
+20 −20 nl.po
+20 −20 nso.po
+20 −20 or.po
+40 −39 pa.po
+20 −20 pl.po
+20 −20 pt.po
+20 −20 pt_BR.po
+20 −20 ro.po
+22 −22 ru.po
+20 −20 si.po
+20 −20 sk.po
+20 −20 sl.po
+20 −20 sq.po
+20 −20 sr.po
+20 −20 [email protected]
+20 −20 sv.po
+20 −20 ta.po
+20 −20 te.po
+20 −20 tg.po
+20 −20 th.po
+20 −20 tr.po
+20 −20 uk.po
+20 −20 ur.po
+20 −20 zh_CN.po
+20 −20 zh_TW.po
13 changes: 12 additions & 1 deletion python-blivet.spec
Original file line number Diff line number Diff line change
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.7.0
Version: 3.7.1

#%%global prerelease .b2
# prerelease, if defined, should be something like .a1, .b1, .b2.dev1, or .c2
Expand Down Expand Up @@ -192,6 +192,17 @@ configuration.
%endif

%changelog
* Thu Mar 16 2023 Vojtech Trefny <[email protected]> - 3.7.1-1
- Fix the get_mount_device function (vponcova)
- Prefer using UUID for the kickstart --onpart argument (vtrefny)
- Fix setting kickstart data (vtrefny)
- pylint: Remove the "EXCEPTIONS" section from pylintrc (vtrefny)
- Add "microsoft" to list of recognized VM environments (vtrefny)
- ci: Add action to run unit tests in GH actions (vtrefny)
- tests: Make sure that unit tests can run without root privileges (vtrefny)
- doc: Link to the LVM VDO documentation from the index page (vtrefny)
- Ignore missing parted disk in ActionList._post_process (#2102960) (vtrefny)

* Wed Feb 08 2023 Vojtech Trefny <[email protected]> - 3.7.0-1
- Remove unused BLOCKDEV_DM_RAID technology from tasks (vtrefny)
- tests: Force remove LVM VG /dev/ entry not removed by vgremove (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.7.0',
version='3.7.1',
cmdclass={"sdist": blivet_sdist},
description='Python module for system storage configuration',
long_description=long_description,
Expand Down

0 comments on commit d42519c

Please sign in to comment.