Skip to content

Commit

Permalink
Merge c9ccb6c into 05397a0
Browse files Browse the repository at this point in the history
  • Loading branch information
josephmancuso committed Aug 2, 2018
2 parents 05397a0 + c9ccb6c commit d3f5a3c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion masonite/info.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = '2.0.13'
VERSION = '2.0.14'
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ whitenoise
python-dotenv

validator.py==1.2.5
cryptography==2.1.4
cryptography==2.3
bcrypt==3.1.4
requests==2.18.4
boto3==1.5.24
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
version=VERSION,
install_requires=[
'validator.py==1.2.5',
'cryptography==2.2.2',
'cryptography==2.3',
'bcrypt==3.1.4',
'requests==2.19.1',
'tldextract==2.2.0',
Expand Down

0 comments on commit d3f5a3c

Please sign in to comment.