From 7ff475b147c98a86541b2b8f3f72ca62a6a9ca9a Mon Sep 17 00:00:00 2001 From: Anastasiia Tymoshchuk Date: Wed, 12 Feb 2020 16:20:32 +0100 Subject: [PATCH] PB-417 Start new development cycle (#291) Co-authored-by: kwok --- CHANGELOG.md | 2 ++ xain_fl/__version__.py | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index be58f6252..a585db16d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,8 @@ For reference, the possible headings are: ## [Unreleased] +## [0.6.0] - (UNRELEASED) + ## [0.5.0] - 2020-02-12 Fix minor issues, update documentation. diff --git a/xain_fl/__version__.py b/xain_fl/__version__.py index e0e1ca52d..51798530f 100644 --- a/xain_fl/__version__.py +++ b/xain_fl/__version__.py @@ -1,4 +1,4 @@ """central place to handle versioning""" -__version__ = "0.5.0" +__version__ = "0.6.0" # used by the documentation -__short_version__ = "0.5" +__short_version__ = "0.6"