Skip to content

Commit 78ac1de

Browse files
committed
release v0.1.6
1 parent 0bfd120 commit 78ac1de

4 files changed

Lines changed: 14 additions & 2 deletions

File tree

HISTORY.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
History
44
-------
55

6+
0.1.6 (2016-01-02)
7+
---------------------
8+
9+
* Improvements on project structure
10+
* Improvements on documentation
11+
* Added continuous delivery with Travis
12+
* Added Python support to version 2.7.x and 3.4.x
13+
614
0.1.5 (2015-10-10)
715
---------------------
816

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
Python Linkedin API
22
======
33

4-
![](https://travis-ci.org/johnidm/PyLinkedinAPI.svg)
4+
[![Travis CI](https://travis-ci.org/johnidm/PyLinkedinAPI.svg)](https://travis-ci.org/johnidm/PyLinkedinAPI)
5+
[![PyPI](https://img.shields.io/pypi/v/PyLinkedinAPI.svg)](https://pypi.python.org/pypi/PyLinkedinAPI)
56

67
The Python Linkedin provides a easy interface to the Linkedin API.
78

README.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ Python Linkedin API
55
.. image:: https://img.shields.io/pypi/v/PyLinkedinAPI.svg
66
:target: https://pypi.python.org/pypi/PyLinkedinAPI
77

8+
.. image:: https://travis-ci.org/johnidm/PyLinkedinAPI.svg
9+
:target: https://travis-ci.org/johnidm/PyLinkedinAPI
10+
811
Python library to access Linkedin API
912

1013
* Free software: BSD license

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
setup(
2727
name='PyLinkedinAPI',
28-
version='0.1.4',
28+
version='0.1.6',
2929
description="Python library to access Liknkedin API",
3030
long_description=readme + '\n\n' + history,
3131
author="Johni Douglas Marangon",

0 commit comments

Comments
 (0)