diff --git a/HISTORY.rst b/HISTORY.rst index 4d7326f..b746d68 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,14 @@ History ------- +0.1.6 (2016-01-02) +--------------------- + +* Improvements on project structure +* Improvements on documentation +* Added continuous delivery with Travis +* Added Python support to version 2.7.x and 3.4.x + 0.1.5 (2015-10-10) --------------------- diff --git a/README.md b/README.md index f824f8d..8f28304 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,8 @@ Python Linkedin API ====== -![](https://travis-ci.org/johnidm/PyLinkedinAPI.svg) +[![Travis CI](https://travis-ci.org/johnidm/PyLinkedinAPI.svg)](https://travis-ci.org/johnidm/PyLinkedinAPI) +[![PyPI](https://img.shields.io/pypi/v/PyLinkedinAPI.svg)](https://pypi.python.org/pypi/PyLinkedinAPI) The Python Linkedin provides a easy interface to the Linkedin API. diff --git a/README.rst b/README.rst index ffe8dff..d07c7c7 100644 --- a/README.rst +++ b/README.rst @@ -5,6 +5,9 @@ Python Linkedin API .. image:: https://img.shields.io/pypi/v/PyLinkedinAPI.svg :target: https://pypi.python.org/pypi/PyLinkedinAPI +.. image:: https://travis-ci.org/johnidm/PyLinkedinAPI.svg + :target: https://travis-ci.org/johnidm/PyLinkedinAPI + Python library to access Linkedin API * Free software: BSD license diff --git a/setup.py b/setup.py index 5d8e2c9..2ef8827 100755 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ setup( name='PyLinkedinAPI', - version='0.1.4', + version='0.1.6', description="Python library to access Liknkedin API", long_description=readme + '\n\n' + history, author="Johni Douglas Marangon",