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:
137
137
Changelog
138
138
---------
139
139
140
+ 1.2.1 - 2016/12/14
141
+ ~ ~~~~~~~~~~~~~~~~~
142
+
143
+ - Fixed WordPress 4.7 compatibility.
144
+
140
145
1.2.0 - 2016/06/22
141
146
~ ~~~~~~~~~~~~~~~~~
142
147
Original file line number Diff line number Diff line change 26
26
version = VERSION ,
27
27
description = "A Python wrapper for the WooCommerce REST API" ,
28
28
long_description = README ,
29
- author = "Claudio Sanches @ WooThemes " ,
29
+ author = "Claudio Sanches @ Automattic " ,
30
30
url = "https://github.com/woocommerce/wc-api-python" ,
31
31
license = "MIT License" ,
32
32
packages = [
38
38
"requests" ,
39
39
"ordereddict"
40
40
],
41
- classifiers = (
41
+ classifiers = [
42
42
"Development Status :: 5 - Production/Stable" ,
43
43
"Intended Audience :: Developers" ,
44
44
"Natural Language :: English" ,
50
50
"Programming Language :: Python :: 3.3" ,
51
51
"Programming Language :: Python :: 3.4" ,
52
52
"Topic :: Software Development :: Libraries :: Python Modules"
53
- ) ,
53
+ ] ,
54
54
)
Original file line number Diff line number Diff line change 10
10
"""
11
11
12
12
__title__ = "woocommerce"
13
- __version__ = "1.2.0 "
13
+ __version__ = "1.2.1 "
14
14
__author__ = "Claudio Sanches @ WooThemes"
15
15
__license__ = "MIT"
16
16
Original file line number Diff line number Diff line change 5
5
"""
6
6
7
7
__title__ = "woocommerce-api"
8
- __version__ = "1.2.0 "
8
+ __version__ = "1.2.1 "
9
9
__author__ = "Claudio Sanches @ WooThemes"
10
10
__license__ = "MIT"
11
11
Original file line number Diff line number Diff line change 5
5
"""
6
6
7
7
__title__ = "woocommerce-oauth"
8
- __version__ = "1.2.0 "
8
+ __version__ = "1.2.1 "
9
9
__author__ = "Claudio Sanches @ WooThemes"
10
10
__license__ = "MIT"
11
11
You can’t perform that action at this time.
0 commit comments