File tree Expand file tree Collapse file tree 5 files changed +11
-6
lines changed
Expand file tree Collapse file tree 5 files changed +11
-6
lines changed Original file line number Diff line number Diff line change @@ -137,6 +137,11 @@ Example of returned data:
137137Changelog
138138---------
139139
140+ 1.2.1 - 2016/12/14
141+ ~ ~~~~~~~~~~~~~~~~~
142+
143+ - Fixed WordPress 4.7 compatibility.
144+
1401451.2.0 - 2016/06/22
141146~ ~~~~~~~~~~~~~~~~~
142147
Original file line number Diff line number Diff line change 2626 version = VERSION ,
2727 description = "A Python wrapper for the WooCommerce REST API" ,
2828 long_description = README ,
29- author = "Claudio Sanches @ WooThemes " ,
29+ author = "Claudio Sanches @ Automattic " ,
3030 url = "https://github.com/woocommerce/wc-api-python" ,
3131 license = "MIT License" ,
3232 packages = [
3838 "requests" ,
3939 "ordereddict"
4040 ],
41- classifiers = (
41+ classifiers = [
4242 "Development Status :: 5 - Production/Stable" ,
4343 "Intended Audience :: Developers" ,
4444 "Natural Language :: English" ,
5050 "Programming Language :: Python :: 3.3" ,
5151 "Programming Language :: Python :: 3.4" ,
5252 "Topic :: Software Development :: Libraries :: Python Modules"
53- ) ,
53+ ] ,
5454)
Original file line number Diff line number Diff line change 1010"""
1111
1212__title__ = "woocommerce"
13- __version__ = "1.2.0 "
13+ __version__ = "1.2.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.2.0 "
8+ __version__ = "1.2.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.2.0 "
8+ __version__ = "1.2.1 "
99__author__ = "Claudio Sanches @ WooThemes"
1010__license__ = "MIT"
1111
You can’t perform that action at this time.
0 commit comments