-
Notifications
You must be signed in to change notification settings - Fork 297
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
Mar 25, 2019
1 parent
fb713aa
commit 6abc7ac
Showing
5 changed files
with
15 additions
and
24 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,8 @@ | ||
intelmq (1.1.2~alpha1-1) unstable; urgency=medium | ||
intelmq (1.1.2) stable; urgency=medium | ||
|
||
* Update to version 1.1.2. | ||
|
||
-- Wagner Sebastian <[email protected]> Tue, 15 Jan 2019 17:03:15 +0100 | ||
-- Wagner Sebastian <[email protected]> Mon, 25 Mar 2019 15:29:02 +0100 | ||
|
||
intelmq (1.1.1-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
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__ = ('1', '1', '2', 'alpha1') | ||
__version_info__ = ('1', '1', '2') | ||
__version__ = '.'.join(__version_info__) |