File tree Expand file tree Collapse file tree 4 files changed +20
-3
lines changed
Expand file tree Collapse file tree 4 files changed +20
-3
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,9 @@ A Python wrapper for the WooCommerce REST API. Easily interact with the WooComme
66.. image :: https://secure.travis-ci.org/woothemes/wc-api-python.svg
77 :target: http://travis-ci.org/woothemes/wc-api-python
88
9+ .. image :: https://img.shields.io/pypi/v/woocommerce.svg
10+ :target: https://pypi.python.org/pypi/WooCommerce
11+
912
1013Installation
1114------------
@@ -103,3 +106,17 @@ Example of returned data:
103106 u' {"products":[{"title":"Flying Ninja","id":70,...' // Json text
104107 >>> wcapi.json ()
105108 {u' products' : [{u' sold_individually' : False,... // Dictionary data
109+
110+
111+ Changelog
112+ ---------
113+
114+ 1.0.1 - 2015/07/13
115+ ~ ~~~~~~~~~~~~~~~~~
116+
117+ - Fixed support for Python 2.6
118+
119+ 1.0.1 - 2015/07/12
120+ ~ ~~~~~~~~~~~~~~~~~
121+
122+ - Initial version
Original file line number Diff line number Diff line change 1010"""
1111
1212__title__ = "woocommerce"
13- __version__ = "1.0.0 "
13+ __version__ = "1.0.1 "
1414__author__ = "Claudio Sanches @ WooThemes"
1515__license__ = "MIT"
1616
Original file line number Diff line number Diff line change 55"""
66
77__title__ = "woocommerce-api"
8- __version__ = "1.0.0 "
8+ __version__ = "1.0.1 "
99__author__ = "Claudio Sanches @ WooThemes"
1010__license__ = "MIT"
1111
Original file line number Diff line number Diff line change 55"""
66
77__title__ = "woocommerce-oauth"
8- __version__ = "1.0.0 "
8+ __version__ = "1.0.1 "
99__author__ = "Claudio Sanches @ WooThemes"
1010__license__ = "MIT"
1111
You can’t perform that action at this time.
0 commit comments