8000 Version 2.1.1 · factorlibre/wc-api-python@e158f19 · GitHub
[go: up one dir, main page]

Skip to content

Commit e158f19

Browse files
Version 2.1.1
1 parent ddd613e commit e158f19

File tree

4 files changed

+6
-7
lines changed

4 files changed

+6
-7
lines changed

setup.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,10 @@
4444
"Natural Language :: English",
4545
"License :: OSI Approved :: MIT License",
4646
"Programming Language :: Python",
47-
"Programming Language :: Python :: 2.6",
4847
"Programming Language :: Python :: 2.7",
49-
"Programming Language :: Python :: 3.2",
50-
"Programming Language :: Python :: 3.3",
51-
"Programming Language :: Python :: 3.4",
48+
"Programming Language :: Python :: 3.5",
49+
"Programming Language :: Python :: 3.6",
50+
"Programming Language :: Python :: 3.7",
5251
"Topic :: Software Development :: Libraries :: Python Modules"
5352
],
5453
)

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__ = "2.1.0"
13+
__version__ = "2.1.1"
1414
__author__ = "Claudio Sanches @ Automattic"
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__ = "2.1.0"
8+
__version__ = "2.1.1"
99
__author__ = "Claudio Sanches @ Automattic"
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__ = "2.0.0"
8+
__version__ = "2.1.1"
99
__author__ = "Claudio Sanches @ Automattic"
1010
__license__ = "MIT"
1111

0 commit comments

Comments
 (0)
0