Skip to content

Commit

Permalink
MAINT: Start 3.0.1 development
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Wagner committed Jul 2, 2021
1 parent 9f8513b commit ff1c479
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ CHANGELOG
=========


3.0.1 (unreleased)
------------------


3.0.0 (2021-07-07)
------------------

Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
intelmq-api (3.0.1~beta1-1) UNRELEASED; urgency=medium

* Update to 3.0.1.

-- Sebastian Wagner <[email protected]> Fri, 02 Jul 2021 18:59:11 +0200

intelmq-api (3.0.0-1) stable; urgency=medium

* Update to 3.0.0.
Expand Down
2 changes: 1 addition & 1 deletion intelmq_api/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
SPDX-FileCopyrightText: 2020-2021 Birger Schacht, Sebastian Wagner
SPDX-License-Identifier: AGPL-3.0-or-later
"""
__version_info__ = (3, 0, 0)
__version_info__ = (3, 0, 1, 'beta1')
__version__ = '.'.join(map(str, __version_info__))

0 comments on commit ff1c479

Please sign in to comment.