mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-29 20:34:22 +01:00
Updated for version 3.9.5
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
3dc958ae74
commit
b219415326
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
3.9.5 - 02/04/2022
|
||||
BugFix:
|
||||
- Config variable ONLY_INSTALLED when is set on
|
||||
|
||||
3.9.4 - 26/03/2022
|
||||
BugFix:
|
||||
- Check if a virtual environment exists before run
|
||||
|
|
|
@ -76,7 +76,7 @@ class MetaData:
|
|||
|
||||
__all__ = "slpkg"
|
||||
__author__ = "dslackw"
|
||||
__version_info__ = (3, 9, 4)
|
||||
__version_info__ = (3, 9, 5)
|
||||
__version__ = "{0}.{1}.{2}".format(*__version_info__)
|
||||
__license__ = "GNU General Public License v3 (GPLv3)"
|
||||
__email__ = "d.zlatanidis@gmail.com"
|
||||
|
|
Loading…
Add table
Reference in a new issue