-
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
Jan 28, 2020
1 parent
ceb79c8
commit 84e1bf8
Showing
4 changed files
with
20 additions
and
21 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,3 +1,9 @@ | ||
intelmq (2.1.2-1) stable; urgency=medium | ||
|
||
* Update to 2.1.2. | ||
|
||
-- Wagner Sebastian <[email protected]> Tue, 28 Jan 2020 16:43:16 +0100 | ||
|
||
intelmq (2.1.2~alpha1-1) stable; urgency=medium | ||
|
||
* Update to 2.1.2~alpha1 | ||
|
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, 2, 'alpha', 1) | ||
__version_info__ = (2, 1, 2) | ||
__version__ = '.'.join(map(str, __version_info__)) |