-
Notifications
You must be signed in to change notification settings - Fork 56
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
Jul 2, 2021
1 parent
1968e0e
commit a933018
Showing
4 changed files
with
10 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ CHANGELOG | |
========= | ||
|
||
|
||
3.0.0 (unreleased) | ||
3.0.0 (2021-07-02) | ||
------------------ | ||
|
||
### Pages | ||
|
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-manager (3.0.0-1) stable; urgency=medium | ||
|
||
* Update to 3.0.0. | ||
|
||
-- Sebastian Wagner <[email protected]> Fri, 02 Jul 2021 19:02:14 +0200 | ||
|
||
intelmq-manager (3.0.0~rc1-1) unstable; urgency=low | ||
|
||
* Update to 3.0.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 |
---|---|---|
|
@@ -3,5 +3,5 @@ | |
SPDX-FileCopyrightText: 2020 Intelmq Team <[email protected]> | ||
SPDX-License-Identifier: AGPL-3.0-or-later | ||
""" | ||
__version_info__ = (3, 0, 0, 'rc1') | ||
__version_info__ = (3, 0, 0) | ||
__version__ = '.'.join(map(str, __version_info__)) |