-
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.
* update version just as well when updating the main intelmq version to 3.3.0. Just stay consistent with the version of the core. * Bump version to be in sync with the main intelmq release * fix timestamp formatting --------- Co-authored-by: aaronkaplan <[email protected]>
- Loading branch information
1 parent
13db72b
commit 2117b60
Showing
4 changed files
with
13 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
intelmq-manager (3.3.0-1) stable; urgency=medium | ||
|
||
* Update to 3.3.0: Bump version to be in sync with the main intelmq release | ||
|
||
-- Aaron Kaplan <[email protected]> Fr, 01 Mar 2024 14:19:00 +0100 | ||
|
||
intelmq-manager (3.2.0-1) stable; urgency=medium | ||
|
||
* Update to 3.2.0 | ||
|
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 |
---|---|---|
|
@@ -3,5 +3,5 @@ | |
SPDX-FileCopyrightText: 2020-2021 Intelmq Team <[email protected]>, 2022-2023 Intevation GmbH | ||
SPDX-License-Identifier: AGPL-3.0-or-later | ||
""" | ||
__version_info__ = (3, 2, 0) | ||
__version_info__ = (3, 3, 0) | ||
__version__ = '.'.join(map(str, __version_info__)) |