File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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+
6140.1.5 (2015-10-10)
715---------------------
816
Original file line number Diff line number Diff line change 11Python 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
67The Python Linkedin provides a easy interface to the Linkedin API.
78
Original file line number Diff line number Diff 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+
811Python library to access Linkedin API
912
1013* Free software: BSD license
Original file line number Diff line number Diff line change 2525
2626setup (
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" ,
You can’t perform that action at this time.
0 commit comments