Skip to content

Commit

Permalink
Merge pull request #2 from DLR-SC/develop
Browse files Browse the repository at this point in the history
Release 0.3.1
  • Loading branch information
Drake81 committed Apr 7, 2017
2 parents 4039fea + 59c7ab3 commit bf9a258
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 6 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Changelog
=========

Version 0.3.1 (2017-04-07)
--------------------------

- Added travis-ci support
- Updated documentation

Version 0.3.0 (2017-04-01)
--------------------------

Expand Down
14 changes: 9 additions & 5 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,24 @@ PROV 2 BigchainDB
Introduction
------------

.. image:: https://readthedocs.org/projects/prov2bigchaindb/badge/?version=latest
:target: http://prov2bigchaindb.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status
.. image:: https://badge.fury.io/py/prov2bigchaindb.svg
:target: https://pypi.python.org/pypi/prov2bigchaindb
:alt: PyPI version
.. image:: https://readthedocs.org/projects/prov2bigchaindb/badge/?version=latest
:target: http://prov2bigchaindb.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status
.. image:: https://travis-ci.org/DLR-SC/prov2bigchaindb.svg?branch=master
:target: https://travis-ci.org/DLR-SC/prov2bigchaindb
:alt: Build Status
.. image:: https://coveralls.io/repos/github/DLR-SC/prov2bigchaindb/badge.svg?branch=master
:target: https://coveralls.io/github/DLR-SC/prov2bigchaindb?branch=master
:alt: Coverage Status


.. image:: https://www.quantifiedcode.com/api/v1/project/00b76af4d7d747ee8dd0a6e4a5fa4ce5/badge.svg
:target: https://www.quantifiedcode.com/app/project/00b76af4d7d747ee8dd0a6e4a5fa4ce5
:alt: Code issues
.. image:: https://pyup.io/repos/github/DLR-SC/prov2bigchaindb/shield.svg
:target: https://pyup.io/repos/github/DLR-SC/prov2bigchaindb/
:alt: Updates

This python module provides three different clients to save `W3C-PROV <https://www.w3.org/TR/prov-overview/>`_ documents into a federation of `BigchainDB <https://www.bigchaindb.com/>`_ nodes.
All clients are implemented with respect to the proposed concepts from the masters thesis `Trustworthy Provenance Recording using a blockchain-like database <http://elib.dlr.de/111772/>`_.
Expand Down
2 changes: 1 addition & 1 deletion prov2bigchaindb/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = '0.3.0'
__version__ = '0.3.1'
__short_version__ = '0.3'

0 comments on commit bf9a258

Please sign in to comment.