diff --git a/cnchi/info.py b/cnchi/info.py index 75f01f722..d2d8c635e 100755 --- a/cnchi/info.py +++ b/cnchi/info.py @@ -29,7 +29,7 @@ """ Set some Cnchi global constants """ -CNCHI_VERSION = "0.14.201" +CNCHI_VERSION = "0.14.202" CNCHI_WEBSITE = "http://www.antergos.com" CNCHI_RELEASE_STAGE = "production" diff --git a/cnchi/pacman/pac.py b/cnchi/pacman/pac.py index 6d506b356..8ea660a93 100644 --- a/cnchi/pacman/pac.py +++ b/cnchi/pacman/pac.py @@ -93,7 +93,7 @@ def __init__(self, conf_path="/etc/pacman.conf", callback_queue=None): if conf_path is not None and os.path.exists(conf_path): self.config = config.PacmanConfig(conf_path) self.initialize_alpm() - logging.debug('ALPM REPO DB ORDER IS: %s', self.config.repo_order) + logging.debug('ALPM repository database order is: %s', self.config.repo_order) else: raise pyalpm.error diff --git a/update.info b/update.info index 32b454f49..1dd8cd78f 100644 --- a/update.info +++ b/update.info @@ -1,2 +1,2 @@ -{"version":"0.14.201","files":[ +{"version":"0.14.202","files":[ ]}