Skip to content

Commit

Permalink
Update six requirement to allow higher versions (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
anaisools authored Apr 19, 2019
1 parent 8e613c1 commit e18fef3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ django-db-locking>=2.0.0

phonenumberslite==7.3.2

six==1.11.0
six>=1.11.0,<2.0
future==0.16.0
2 changes: 1 addition & 1 deletion smsgateway/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from __future__ import absolute_import
__version__ = '2.1.18'
__version__ = '2.1.19'


def get_account(using=None):
Expand Down

0 comments on commit e18fef3

Please sign in to comment.