-
Notifications
You must be signed in to change notification settings - Fork 296
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Sebastian Wagner
committed
May 26, 2020
1 parent
d025b04
commit 32fb175
Showing
4 changed files
with
24 additions
and
25 deletions.
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
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
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,8 +1,14 @@ | ||
intelmq (2.1.3-1) stable; urgency=medium | ||
|
||
* Update to 2.1.3. | ||
|
||
-- Sebastian Wagner <[email protected]> Tue, 26 May 2020 12:21:26 +0200 | ||
|
||
intelmq (2.1.2-2) stable; urgency=medium | ||
|
||
* Add "debianutils" as new dependency, because IntelMQ needs `which`. | ||
|
||
-- Sebastian Wagner <sebastianw@localhost> Wed, 01 Apr 2020 09:28:23 +0200 | ||
-- Sebastian Wagner <[email protected]> Wed, 01 Apr 2020 09:28:23 +0200 | ||
|
||
intelmq (2.1.2-1) stable; urgency=medium | ||
|
||
|
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,2 +1,2 @@ | ||
__version_info__ = (2, 1, 3, 'alpha', 1) | ||
__version_info__ = (2, 1, 3,) | ||
__version__ = '.'.join(map(str, __version_info__)) |