Skip to content

Commit

Permalink
Bumped Polaris to 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeUrban committed Jan 31, 2020
1 parent f03a100 commit ce78f6d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@
author = "Jake Urban"

# The short X.Y version
version = "0.9.18"
version = "0.10.0"
# The full version, including alpha/beta/rc tags
release = "0.9.18"
release = "0.10.0"


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ djangorestframework
libsass
psycopg2-binary
pyjwt
stellar-sdk==2.0.0
stellar-sdk==2.1.1
toml
whitenoise
6 changes: 3 additions & 3 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.18",
version="0.10.0",
description="A SEP-24-compliant Django anchor server",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down Expand Up @@ -61,9 +61,9 @@
"six==1.14.0",
"sqlparse==0.3.0",
"stellar-base-sseclient==0.0.21",
"stellar-sdk==2.0.0",
"stellar-sdk==2.1.1",
"toml==0.10.0",
"urllib3==1.25.7",
"urllib3==1.25.8",
"whitenoise==5.0.1",
"yarl==1.4.2",
],
Expand Down

0 comments on commit ce78f6d

Please sign in to comment.