8000 Version 1.0.5 · channable/wc-api-python@ef70002 · 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 ef70002

Browse files
Version 1.0.5
1 parent 10c0002 commit ef70002

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
@@ -113,6 +113,11 @@ Example of returned data:
113113
Changelog
114114
---------
115115
116+
1.0.5 - 2015/12/07
117+
~~~~~~~~~~~~~~~~~~
118+
119+
- Fixed oAuth filters sorting.
120+
116121
1.0.4 - 2015/09/25
117122
~~~~~~~~~~~~~~~~~~
118123

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

0 commit comments

Comments
 (0)
0