Skip to content

Commit

Permalink
Updated version number and upgraded dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeUrban committed Nov 19, 2019
1 parent e4a69b7 commit 1da3dd3
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 58 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ djangorestframework = "*"
gunicorn = "*"
whitenoise = "*"
psycopg2-binary = "*"
stellar-sdk = "==2.0.0b4"
stellar-sdk = "==2.0.0b5"
django-cors-headers = "*"
toml = "*"
pyjwt = "*"
Expand Down
92 changes: 39 additions & 53 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name="django-polaris",
version="0.9.1",
version="0.9.2",
description="A SEP-24-compliant Django anchor server",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down Expand Up @@ -38,14 +38,14 @@
"chardet==3.0.4",
"crc16==0.1.1",
"django==2.2.4",
"django-cors-headers==3.1.1",
"django-cors-headers==3.2.0",
"django-environ==0.4.5",
"django-model-utils==3.2.0",
"djangorestframework==3.10.3",
"gunicorn==20.0.0",
"idna==2.8",
"mnemonic==0.19",
"multidict==4.5.2",
"multidict==4.6.0a2",
"psycopg2-binary==2.8.4",
"pycparser==2.19",
"pyjwt==1.7.1",
Expand All @@ -55,7 +55,7 @@
"six==1.13.0",
"sqlparse==0.3.0",
"stellar-base-sseclient==0.0.21",
"stellar-sdk==2.0.0b4",
"stellar-sdk==2.0.0b5",
"toml==0.10.0",
"typing-extensions==3.7.4.1",
"urllib3==1.25.7",
Expand Down

0 comments on commit 1da3dd3

Please sign in to comment.