Skip to content

Commit

Permalink
release v0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
johnidm committed Jan 2, 2016
1 parent 0bfd120 commit 78ac1de
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 2 deletions.
8 changes: 8 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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)
---------------------

Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
3 changes: 3 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 78ac1de

Please sign in to comment.