Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
ernesto-perez-amigo committed Jan 23, 2023
1 parent 4f70dd2 commit 47a1e2b
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 6 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -494,6 +494,10 @@ You can use this shortcuts too:

## Change Log:

#### v1.0.0:
1. Added support to Django 4.x
2. Removed support for Django versions < 3.2

#### v0.5.1:
1. Update dependencies

Expand Down
6 changes: 6 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -511,6 +511,12 @@ You can use this shortcuts too:

Change Log:
-----------
*******
v1.0.0:
*******
1. Added support to Django 4.x
2. Removed support for Django versions < 3.2

*******
v0.5.1:
*******
Expand Down
12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,18 @@ exclude = '''

[tool.poetry]
name = "graphene-django-extras"
version = "0.5.2"
version = "1.0.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 = [
"Ernesto Perez Amigo <[email protected]>",
"Martin Andersen <[email protected]>",
"Lukasz Dynowski <[email protected]>"
"Lukasz Dynowski <[email protected]>",
]
license = "MIT"
homepage="https://github.com/eamigo86/graphene-django-extras"
repository="https://github.com/eamigo86/graphene-django-extras"
documentation="https://github.com/eamigo86/graphene-django-extras"
homepage = "https://github.com/eamigo86/graphene-django-extras"
repository = "https://github.com/eamigo86/graphene-django-extras"
documentation = "https://github.com/eamigo86/graphene-django-extras"
classifiers = [
"Intended Audience :: Developers",
"Topic :: Software Development :: Libraries",
Expand All @@ -38,7 +38,7 @@ classifiers = [
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: Implementation :: PyPy",
]
keywords=["api", "graphql", "protocol", "graphene", "django"]
keywords = ["api", "graphql", "protocol", "graphene", "django"]

[tool.poetry.dependencies]
python = "^3.7 || ^3.8 || ^3.9 || ^3.10"
Expand Down

0 comments on commit 47a1e2b

Please sign in to comment.