Skip to content

Commit

Permalink
REL: 3.0.0 Release candidate 1
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Wagner committed Jun 26, 2021
1 parent 761148c commit 1470cff
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,8 @@ Update allowed classification fields to 2020-01-28 version (#1409, #1476).

### Known issues
- ParserBot: erroneous raw line recovery in error handling (#1850).
- ruamel.yaml loader and dumper: human readability bug / support for comments (#2003).
- load_configuration does not support JSON files with tab whitespace because of ruamel loader (#1999).


2.3.3 (2021-05-31)
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 (3.0.0~rc1-1) stable; urgency=low

* Update to 3.0.0 Release candidate 1.

-- Sebastian Wagner <wagner@cert.at> Sat, 26 Jun 2021 12:19:51 +0200

intelmq (3.0.0~beta1-1) unstable; urgency=low

* Update to 3.0.0 Beta 1.
Expand Down
2 changes: 1 addition & 1 deletion docs/user/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ Optional dependencies:
dnf install bash-completion jq
dnf install python3-psycopg2 python3-pymongo
openSUSE 15.1 / 15.2
openSUSE 15.2 / 15.3
^^^^^^^^^^^^^^^^^^^^

.. code-block:: bash
Expand Down
2 changes: 1 addition & 1 deletion intelmq/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
#
# SPDX-License-Identifier: AGPL-3.0-or-later

__version_info__ = (3, 0, 0, 'beta', 1)
__version_info__ = (3, 0, 0, 'rc', 1)
__version__ = '.'.join(map(str, __version_info__))

0 comments on commit 1470cff

Please sign in to comment.