Skip to content

Commit addab55

Browse files
author
Sebastian Wagner
committed
PKG: fix version in maintenance branch
1 parent f0730c6 commit addab55

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

debian/changelog

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
intelmq-manager (3.1.0~apha1-1) UNRELEASED; urgency=medium
2-
3-
* Update to 3.1.0.
4-
5-
-- Sebastian Wagner <[email protected]> Fri, 02 Jul 2021 19:10:27 +0200
6-
71
intelmq-manager (3.0.1~beta1-1) UNRELEASED; urgency=medium
82

93
* Update to 3.0.1.

intelmq_manager/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
SPDX-FileCopyrightText: 2020-2021 Intelmq Team <[email protected]>
44
SPDX-License-Identifier: AGPL-3.0-or-later
55
"""
6-
__version_info__ = (3, 1, 0, 'alpha1')
6+
__version_info__ = (3, 0, 1, 'beta1')
77
__version__ = '.'.join(map(str, __version_info__))

0 commit comments

Comments
 (0)