From a3d23b7773b91b0b9928be490eb09702beafbc74 Mon Sep 17 00:00:00 2001 From: Bruce Merry Date: Mon, 27 Nov 2017 17:36:53 +0200 Subject: [PATCH] Bump version to 1.6.0 --- doc/changelog.rst | 2 +- spead2/_version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/changelog.rst b/doc/changelog.rst index 4bcfae26f..c1063cab3 100644 --- a/doc/changelog.rst +++ b/doc/changelog.rst @@ -1,7 +1,7 @@ Changelog ========= -.. rubric:: Development version +.. rubric:: Version 1.6.0 - Change :program:`spead2_send.py` and :program:`spead2_send` to interpret the :option:`--rate` option as Gb/s and not Gib/s. diff --git a/spead2/_version.py b/spead2/_version.py index 5197c5f5a..e4adfb83d 100644 --- a/spead2/_version.py +++ b/spead2/_version.py @@ -1 +1 @@ -__version__ = "1.5.2" +__version__ = "1.6.0"