From c6087fc5d54b896323f8f21e81a0c214034ce4f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Fri, 4 Dec 2020 10:19:30 +0100 Subject: [PATCH] Version 1.4.3 Fixed * `packages` module failure when there is uninstalled package in index --- CHANGELOG.md | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c08376..60fa23f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [1.4.3] - 2020-12-04 ### Fixed - `packages` module failure when there is uninstalled package in index diff --git a/setup.py b/setup.py index 8533cf1..1a0771d 100755 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup setup( name='svupdater', - version='1.4.2', + version='1.4.3', description="Supervising application and library for updater-ng.", url="https://gitlab.labs.nic.cz/turris/updater/supervisor", author="CZ.NIC, z. s. p. o.", -- GitLab