8000 Version 1.1.1 · ezzdoc/wp-api-python@4297058 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4297058

Browse files
Version 1.1.1
1 parent 9a91924 commit 4297058

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

README.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,11 @@ Example of returned data:
135135
Changelog
136136
---------
137137
138+
1.1.1 - 2016/06/03
139+
~~~~~~~~~~~~~~~~~~
140+
141+
- Fixed oAuth signature for WP REST API.
142+
138143
1.1.0 - 2016/05/09
139144
~~~~~~~~~~~~~~~~~~
140145

woocommerce/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"""
1111

1212
__title__ = "woocommerce"
13-
__version__ = "1.1.0"
13+
__version__ = "1.1.1"
1414
__author__ = "Claudio Sanches @ WooThemes"
1515
__license__ = "MIT"
1616

woocommerce/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"""
66

77
__title__ = "woocommerce-api"
8-
__version__ = "1.1.0"
8+
__version__ = "1.1.1"
99
__author__ = "Claudio Sanches @ WooThemes"
1010
__license__ = "MIT"
1111

woocommerce/oauth.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"""
66

77
__title__ = "woocommerce-oauth"
8-
__version__ = "1.1.0"
8+
__version__ = "1.1.1"
99
__author__ = "Claudio Sanches @ WooThemes"
1010
__license__ = "MIT"
1111

0 commit comments

Comments
 (0)
0