8000 Version 1.0.3 · channable/wc-api-python@d257c44 · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Feb 18, 2022. It is now read-only.

Commit d257c44

Browse files
Version 1.0.3
1 parent 5a18ef0 commit d257c44

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
@@ -111,6 +111,11 @@ Example of returned data:
111111
Changelog
112112
---------
113113
114+
1.0.3 - 2015/08/07
115+
~~~~~~~~~~~~~~~~~~
116+
117+
- Forced utf-8 encoding on ``API.__request()`` to avoid ``UnicodeDecodeError``
118+
114119
1.0.2 - 2015/08/05
115120
~~~~~~~~~~~~~~~~~~
116121

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.0.2"
13+
__version__ = "1.0.3"
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.0.2"
8+
__version__ = "1.0.3"
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.0.2"
8+
__version__ = "1.0.3"
99
__author__ = "Claudio Sanches @ WooThemes"
1010
__license__ = "MIT"
1111

0 commit comments

Comments
 (0)
0