Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
supervisor
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
5
Issues
5
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Turris
updater
supervisor
Commits
c6087fc5
Verified
Commit
c6087fc5
authored
Dec 04, 2020
by
Karel Koci
🤘
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Version 1.4.3
Fixed * `packages` module failure when there is uninstalled package in index
parent
25574fdb
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
CHANGELOG.md
CHANGELOG.md
+1
-1
setup.py
setup.py
+1
-1
No files found.
CHANGELOG.md
View file @
c6087fc5
...
...
@@ -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
...
...
setup.py
View file @
c6087fc5
...
...
@@ -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."
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment