Skip to content

Commit

Permalink
prep for 0.11.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeUrban committed Jul 8, 2020
1 parent 48a1cd4 commit b865d35
Show file tree
Hide file tree
Showing 4 changed files with 89 additions and 94 deletions.
166 changes: 81 additions & 85 deletions Pipfile.lock

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

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.11.1"
version = "0.11.2"
# The full version, including alpha/beta/rc tags
release = "0.11.1"
release = "0.11.2"


# -- General configuration ---------------------------------------------------
Expand Down
3 changes: 1 addition & 2 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,11 @@ django-sass-processor
django-cors-headers
django-environ
django-model-utils
django-sslserver
django<3.0
djangorestframework
libsass
psycopg2-binary
pyjwt
stellar-sdk~=2.4.0
stellar-sdk~=2.6.0
toml
whitenoise
10 changes: 5 additions & 5 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.11.1",
version="0.11.2",
description="An extendable Django server for Stellar Ecosystem Proposals",
long_description=long_description,
long_description_content_type="text/x-rst",
Expand All @@ -33,17 +33,17 @@
"aiohttp-sse-client==0.1.7",
"async-timeout==3.0.1",
"attrs==19.3.0",
"certifi==2020.4.5.2",
"certifi==2020.6.20",
"cffi==1.14.0",
"chardet==3.0.4",
"crc16==0.1.1",
"cryptography==2.9.2",
"django==2.2.13",
"django==2.2.14",
"django-cors-headers==3.4.0",
"django-environ==0.4.5",
"django-model-utils==4.0.0",
"djangorestframework==3.11.0",
"idna==2.9",
"idna==2.10",
"mnemonic==0.19",
"multidict==4.7.6",
"psycopg2-binary==2.8.5",
Expand All @@ -55,7 +55,7 @@
"six==1.15.0",
"sqlparse==0.3.1",
"stellar-base-sseclient==0.0.21",
"stellar-sdk==2.6.0",
"stellar-sdk==2.6.1",
"toml==0.10.1",
"urllib3==1.25.9",
"whitenoise==5.1.0",
Expand Down

0 comments on commit b865d35

Please sign in to comment.