Skip to content

Commit

Permalink
release 2.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhrisca committed Jan 30, 2018
1 parent 9d398b8 commit fe65812
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
============
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion asammdf/version.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
""" asammdf version module """

__version__ = '3.0.0dev'
__version__ = '2.8.2'

0 comments on commit fe65812

Please sign in to comment.