-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Eugenio Paolantonio (g7) <[email protected]>
- Loading branch information
Showing
2 changed files
with
7 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
python3-libchannels (0.70.3-1) unstable; urgency=medium | ||
|
||
* [updates] Enforce uninteractive conffile policy | ||
|
||
-- Eugenio Paolantonio (g7) <[email protected]> Tue, 02 Feb 2016 18:20:52 +0100 | ||
|
||
python3-libchannels (0.70.2-1) unstable; urgency=medium | ||
|
||
* [updates] Clear the cache if there were issues in marking the packages for upgrade | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,7 @@ | |
from distutils.core import setup | ||
|
||
setup(name='libchannels', | ||
version='0.70.2', | ||
version='0.70.3', | ||
description='Update channels management library', | ||
author='Eugenio Paolantonio', | ||
author_email='[email protected]', | ||
|