Skip to content

Commit

Permalink
bump version to 2.1.0 and bump requirements (#561)
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeUrban authored Nov 12, 2021
1 parent af7d09e commit 589e4e1
Show file tree
Hide file tree
Showing 4 changed files with 77 additions and 88 deletions.
75 changes: 32 additions & 43 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 = "2.0.0"
version = "2.1.0"
# The full version, including alpha/beta/rc tags
release = "2.0.0"
release = "2.1.0"


# -- General configuration ---------------------------------------------------
Expand Down
78 changes: 39 additions & 39 deletions example/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="2.0.0",
version="2.1.0",
description="An extendable Django server for Stellar Ecosystem Proposals",
long_description=long_description,
long_description_content_type="text/x-rst",
Expand Down Expand Up @@ -45,9 +45,9 @@
"django-model-utils>=4.1,<5.0",
"djangorestframework<4.0,>=3.12",
"whitenoise>=5.3,<6.0",
"stellar-sdk>=5.0.1,<6.0",
"aiohttp>=3.7,<4",
"django-cors-headers>=3.7,<4.0",
"stellar-sdk<6.0,>=5.0.1",
"aiohttp<4,>=3.7",
"django-cors-headers<4.0,>=3.7",
"toml",
"pyjwt<3.0,>=2.1",
"cryptography<4.0,>=3.4",
Expand Down

0 comments on commit 589e4e1

Please sign in to comment.