Skip to content

Commit 1ce5f8d

Browse files
author
Sebastian Wagner
committed
REL: 0.2.0
1 parent 07fc557 commit 1ce5f8d

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ CHANGELOG
22
=========
33

44

5-
0.2.0 (unreleased)
5+
0.2.0 (2020-01-17)
66
------------------
77

88
### Backend

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ NEWS
22
====
33

44

5-
0.2.0 (unreleased)
5+
0.2.0 (2020-01-17)
66
------------------
77

88
### Configuration

intelmq_webinput_csv/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Copyright (c) 2017-2018 nic.at GmbH <wagner@cert.at>
22
# SPDX-License-Identifier: AGPL-3.0
3-
__version_info__ = ('0', '2', '0', 'alpha1')
3+
__version_info__ = ('0', '2', '0')
44
__version__ = '.'.join(__version_info__)

0 commit comments

Comments
 (0)