8000 Version 1.0.2 · getbyrd/wc-api-python@198f219 · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 198f219

Browse files
Version 1.0.2
1 parent e8fd245 commit 198f219

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.2 - 2015/08/05
115+
~~~~~~~~~~~~~~~~~~
116+
117+
- Fixed handler for query strings
118+
114119
1.0.1 - 2015/07/13
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.1"
13+
__version__ = "1.0.2"
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.1"
8+
__version__ = "1.0.2"
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.1"
8+
__version__ = "1.0.2"
99
__author__ = "Claudio Sanches @ WooThemes"
1010
__license__ = "MIT"
1111

0 commit comments

Comments
 (0)
0