We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2dfebb9 + 989e355 commit 465cebcCopy full SHA for 465cebc
README.rst
@@ -51,6 +51,6 @@ Usage
51
License
52
-------
53
54
-GNU Affero General Public License version 3
+BSD 3-Clause
55
56
See LICENSE for more details
magento/version.py
@@ -6,4 +6,4 @@
6
installing the module
7
8
"""
9
-VERSION = '2.0'
+VERSION = '2.1'
setup.py
@@ -15,7 +15,7 @@
15
name = 'magento',
16
version=VERSION,
17
url='https://github.com/fulfilio/magento/',
18
- license='GNU Affero General Public License v3',
+ license='BSD 3-Clause',
19
author='Sharoon Thomas, Openlabs Technologies',
20
author_email='info@fulfil.io',
21
description='Magento Core API Client',
0 commit comments