Skip to content

Commit 6e68dad

Browse files
author
Martin Andersen
committed
Update package version
1 parent 4e238dc commit 6e68dad

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

README.rst

+5
Original file line numberDiff line numberDiff line change
@@ -511,6 +511,11 @@ You can use this shortcuts too:
511511

512512
Change Log:
513513
-----------
514+
*******
515+
v0.5.0:
516+
*******
517+
1. Upgrade to graphene v3
518+
514519
*******
515520
v0.4.9:
516521
*******

pyproject.toml

+3-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ exclude = '''
1717

1818
[tool.poetry]
1919
name = "graphene-django-extras"
20-
version = "0.4.9"
20+
version = "0.5.0"
2121
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"
2222
readme = "README.md"
2323
authors = [
@@ -33,12 +33,13 @@ classifiers = [
3333
"Programming Language :: Python :: 3.6",
3434
"Programming Language :: Python :: 3.7",
3535
"Programming Language :: Python :: 3.8",
36+
"Programming Language :: Python :: 3.9",
3637
"Programming Language :: Python :: Implementation :: PyPy",
3738
]
3839
keywords=["api", "graphql", "protocol", "graphene", "django"]
3940

4041
[tool.poetry.dependencies]
41-
python = "^3.6 || ^3.7 || ^3.8"
42+
python = "^3.6 || ^3.7 || ^3.8 || ^3.9"
4243
django-filter = "^2.2.0"
4344
djangorestframework = "^no"
4445
python-dateutil = "^2.8.0"

0 commit comments

Comments
 (0)