Skip to content

Commit

Permalink
REL: Release version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Wagner committed Aug 7, 2017
1 parent d5a73ec commit e7ee458
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
CHANGELOG
==========

1.0.0.rc2 Release candidate
---------------------------
1.0.0 Stable release
--------------------
### Core
- Fixes a thrown FileNotFound exception when stopping bots started with `intelmqctl run ...`

Expand Down
4 changes: 2 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ NEWS

See the changelog for a full list of changes.

1.0.0.rc1 Release candidate
---------------------------
1.0.0 Stable release
--------------------
### Configuration
- `bots.experts.ripencc_abuse_contact` now has the two additional parameters `query_ripe_stat_asn` and `query_ripe_stat_ip` instead of `query_ripe_stat`. The old parameter will be supported until version 1.1. An additional parameter `mode` has been introduced. See the bot's documentation for more details: docs/Bots.md#ripencc-abuse-contact
- `bots.experts.certat_contact` has been renamed to `bots.experts.national_cert_contact_certat` (#995)
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 (1.0.0.rel-1) experimental; urgency=medium

* release version 1.0.0

-- Sebastian Wagner <wagner@cert.at> Mon, 07 Aug 2017 10:43:00 +0200

intelmq (1.0.0.rc1-1) experimental; urgency=medium

* update to version 1.0.0.rc1
Expand Down
2 changes: 1 addition & 1 deletion intelmq/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version_info__ = ('1', '0', '0', 'rc1')
__version_info__ = ('1', '0', '0')
__version__ = '.'.join(__version_info__)

0 comments on commit e7ee458

Please sign in to comment.