From 5a258db01ee121f3be40e1c7bf80cbf9a28e4c1f Mon Sep 17 00:00:00 2001 From: Will McGugan Date: Thu, 26 Jan 2017 10:16:29 +0000 Subject: [PATCH] releasing a 0.4.1 release before 1.0.0 --- CHANGES.txt | 5 +++-- dataplicity/_version.py | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index 39c78df..91eda63 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,7 +1,8 @@ -1.0.0 +0.4.1 ----- -Added Raspberry pi 3 compute module to device detection +Added Raspberry pi 3 compute module to device detectio +Fix for delayed packet issue 0.4.0 ----- diff --git a/dataplicity/_version.py b/dataplicity/_version.py index 5becc17..0cf9272 100644 --- a/dataplicity/_version.py +++ b/dataplicity/_version.py @@ -1 +1 @@ -__version__ = "1.0.0" +__version__ = "0.4.1a0"