Setup fixes post 1.5 release (#902)
* The main version must now always include the patch number * Fix bug in pip build script * Fix bug in debian sha256 function call
This commit is contained in:
committed by
GitHub
parent
18cadf8db5
commit
1386be23f4
@@ -61,7 +61,7 @@ __license__ = "GPLv3"
|
||||
__author__ = "Veronica Berglyd Olsen"
|
||||
__maintainer__ = "Veronica Berglyd Olsen"
|
||||
__email__ = "code@vkbo.net"
|
||||
__version__ = "1.5"
|
||||
__version__ = "1.5.0"
|
||||
__hexversion__ = "0x010500f0"
|
||||
__date__ = "2021-09-19"
|
||||
__status__ = "Stable"
|
||||
|
||||
Reference in New Issue
Block a user