-
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 15, 2019
1 parent
fd32c3e
commit 22b635f
Showing
4 changed files
with
13 additions
and
4 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 (1.1.1-1) unstable; urgency=medium | ||
|
||
* Update to version 1.1.1. | ||
|
||
-- Wagner Sebastian <[email protected]> Tue, 15 Jan 2019 16:11:29 +0100 | ||
|
||
intelmq (1.1.1~alpha1-1) unstable; urgency=medium | ||
|
||
* Update to version 1.1.1 alpha 1 | ||
|
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', '1', 'alpha1') | ||
__version_info__ = ('1', '1', '1') | ||
__version__ = '.'.join(__version_info__) |