From cf834e33e8a5f9f64212bf26a53720ea39146ec6 Mon Sep 17 00:00:00 2001 From: arve0 Date: Wed, 25 May 2016 10:31:10 +0200 Subject: [PATCH] bump minor version --- changelog.md | 3 +++ doc/conf.py | 4 ++-- matrixscreener/__init__.py | 2 +- setup.py | 2 +- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/changelog.md b/changelog.md index d62c1a3..bd852e3 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,6 @@ +# v 0.6.0 +- receive will wait until timeout for command + # v 0.5.2 - explicit disable - debug in cam-module diff --git a/doc/conf.py b/doc/conf.py index f15a03b..69c4f42 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -70,9 +70,9 @@ def __getattr__(cls, name): # built documents. # # The short X.Y version. -version = '0.5.2' +version = '0.6.0' # The full version, including alpha/beta/rc tags. -release = '0.5.2' +release = '0.6.0' # There are two options for replacing |today|: either, you set today to some # non-false value, then it is used: diff --git a/matrixscreener/__init__.py b/matrixscreener/__init__.py index 04716d2..aba3502 100644 --- a/matrixscreener/__init__.py +++ b/matrixscreener/__init__.py @@ -4,4 +4,4 @@ __all__ = [ 'cam', 'experiment', 'utils'] from matrixscreener import cam, experiment, utils -VERSION = '0.5.2' +VERSION = '0.6.0' diff --git a/setup.py b/setup.py index f6aa263..4acee1c 100755 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ from setuptools import setup setup(name='matrixscreener', - version='0.5.2', + version='0.6.0', description='Python API for Leica LAS AF MatrixScreener', author='Arve Seljebu', author_email='arve.seljebu@gmail.com',