diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c0837639d88d7acd47e6ce00e81dcf6147f9efb..60fa23f7d5c750bdaf57d46ebb7a7388cb1ae40c 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 8533cf10dabfb633dfff30509575b3e6d7809576..1a0771df1b9e28066a3e6cac81e1dbd20877dc30 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.",