-
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
1 parent
0affb51
commit eba91a6
Showing
4 changed files
with
30 additions
and
26 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 (3.1.0-1) stable; urgency=medium | ||
|
||
* Update to 3.1.0. | ||
|
||
-- Sebastian Wagner <[email protected]> Fri, 10 Feb 2023 09:05:25 +0100 | ||
|
||
intelmq (3.1.0~rc1-1) stable; urgency=medium | ||
|
||
* 3.1.0 Release candidate 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,6 +1,6 @@ | ||
# SPDX-FileCopyrightText: 2016-2022 Sebastian Wagner | ||
# SPDX-FileCopyrightText: 2016-2023 Sebastian Wagner | ||
# | ||
# SPDX-License-Identifier: AGPL-3.0-or-later | ||
|
||
__version_info__ = (3, 1, 0, 'rc1') | ||
__version_info__ = (3, 1, 0) | ||
__version__ = '.'.join(map(str, __version_info__)) |