Skip to content

Commit

Permalink
Update package version
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Andersen committed Mar 22, 2021
1 parent 4e238dc commit 6e68dad
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 5 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -511,6 +511,11 @@ You can use this shortcuts too:

Change Log:
-----------
*******
v0.5.0:
*******
1. Upgrade to graphene v3

*******
v0.4.9:
*******
Expand Down
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ exclude = '''

[tool.poetry]
name = "graphene-django-extras"
version = "0.4.9"
version = "0.5.0"
description = "This library add some extra funcionalities to graphene-django to facilitate the graphql use without Relay, allow paginations and filtering integration and add some extra directives"
readme = "README.md"
authors = [
Expand All @@ -33,12 +33,13 @@ classifiers = [
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: Implementation :: PyPy",
]
keywords=["api", "graphql", "protocol", "graphene", "django"]

[tool.poetry.dependencies]
python = "^3.6 || ^3.7 || ^3.8"
python = "^3.6 || ^3.7 || ^3.8 || ^3.9"
django-filter = "^2.2.0"
djangorestframework = "^no"
python-dateutil = "^2.8.0"
Expand Down

0 comments on commit 6e68dad

Please sign in to comment.