Skip to content

Commit 465cebc

Browse files
committed
Merge branch 'release/2.1'
2 parents 2dfebb9 + 989e355 commit 465cebc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,6 @@ Usage
5151
License
5252
-------
5353

54-
GNU Affero General Public License version 3
54+
BSD 3-Clause
5555

5656
See LICENSE for more details

magento/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
installing the module
77
88
"""
9-
VERSION = '2.0'
9+
VERSION = '2.1'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
name = 'magento',
1616
version=VERSION,
1717
url='https://github.com/fulfilio/magento/',
18-
license='GNU Affero General Public License v3',
18+
license='BSD 3-Clause',
1919
author='Sharoon Thomas, Openlabs Technologies',
2020
author_email='info@fulfil.io',
2121
description='Magento Core API Client',

0 commit comments

Comments
 (0)