From fe658123f821e34db788afceadbace9d64a963a1 Mon Sep 17 00:00:00 2001 From: danielhrisca Date: Tue, 30 Jan 2018 09:07:45 +0200 Subject: [PATCH] release 2.8.2 --- README.md | 6 +++--- README.rst | 6 +++--- asammdf/version.py | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 914ddc357..d24957385 100644 --- a/README.md +++ b/README.md @@ -96,10 +96,10 @@ The main goals for this library are: ``` Check the *examples* folder for extended usage demo, or the documentation -http://asammdf.readthedocs.io/en/development/examples.html +http://asammdf.readthedocs.io/en/master/examples.html # Documentation -http://asammdf.readthedocs.io/en/development +http://asammdf.readthedocs.io/en/master # Installation *asammdf* is available on @@ -128,5 +128,5 @@ optional dependencies needed for exports # Benchmarks -http://asammdf.readthedocs.io/en/development/benchmarks.html +http://asammdf.readthedocs.io/en/master/benchmarks.html diff --git a/README.rst b/README.rst index 7082f7c90..43727e80e 100644 --- a/README.rst +++ b/README.rst @@ -90,11 +90,11 @@ Usage Check the *examples* folder for extended usage demo, or the documentation -http://asammdf.readthedocs.io/en/development/examples.html +http://asammdf.readthedocs.io/en/master/examples.html Documentation ============= -http://asammdf.readthedocs.io/en/development +http://asammdf.readthedocs.io/en/master Installation ============ @@ -128,7 +128,7 @@ optional dependencies needed for exports Benchmarks ========== -Graphical results can be seen here at http://asammdf.readthedocs.io/en/development/benchmarks.html +Graphical results can be seen here at http://asammdf.readthedocs.io/en/master/benchmarks.html Python 3 x86 diff --git a/asammdf/version.py b/asammdf/version.py index b29834508..e22327759 100644 --- a/asammdf/version.py +++ b/asammdf/version.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- """ asammdf version module """ -__version__ = '3.0.0dev' +__version__ = '2.8.2'