Skip to content

Commit

Permalink
[RELEASE] 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cpb- committed Oct 31, 2023
1 parent 9732127 commit 1fc0160
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions cooker/cooker.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

from typing import List

__version__ = '1.3.0'
__version__ = '1.4.0'


def debug(*args):
Expand Down Expand Up @@ -389,7 +389,7 @@ def __init__(self, config, menu):
self.distro = distros[name.lower()]
except:
fatal_error('base-distribution {} is unknown, please add a `base-distribution.py` file next your menu.'.format(name))

# Update distro if custom distro is defined in menu
self.update_override_distro()

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__title__ = 'cooker'
__version__ = '1.3.0'
__version__ = '1.4.0'
__author__ = "Christophe BLAESS, Patrick BOETTCHER"
__email__ = '[email protected], [email protected]'
__license__ = "GPL"
Expand Down

0 comments on commit 1fc0160

Please sign in to comment.