Skip to content

Commit c909c53

Browse files
authored
Merge pull request SynapseFI#17 from synapsepay/dev
Dev
2 parents 75d2532 + 9ab1ce5 commit c909c53

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# Versions should comply with PEP440. For a discussion on single-sourcing
1818
# the version across setup.py and the project code, see
1919
# https://packaging.python.org/en/latest/single_source_version.html
20-
version='1.1.0',
20+
version='1.1.1',
2121

2222
description='SynapsePay Rest Native Python Library',
2323

synapse_pay_rest/tests/fixtures/user.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,6 @@
4040
'note': ':)',
4141
'supp_id': '123abc',
4242
'is_business': True,
43-
'cip_tag': 1
43+
'cip_tag': 1,
44+
'password': 'password'
4445
}

0 commit comments

Comments
 (0)