Skip to content

Commit 47a1e2b

Browse files
Update version
1 parent 4f70dd2 commit 47a1e2b

File tree

3 files changed

+16
-6
lines changed

3 files changed

+16
-6
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -494,6 +494,10 @@ You can use this shortcuts too:
494494

495495
## Change Log:
496496

497+
#### v1.0.0:
498+
1. Added support to Django 4.x
499+
2. Removed support for Django versions < 3.2
500+
497501
#### v0.5.1:
498502
1. Update dependencies
499503

README.rst

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

512512
Change Log:
513513
-----------
514+
*******
515+
v1.0.0:
516+
*******
517+
1. Added support to Django 4.x
518+
2. Removed support for Django versions < 3.2
519+
514520
*******
515521
v0.5.1:
516522
*******

pyproject.toml

+6-6
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,18 @@ exclude = '''
1717

1818
[tool.poetry]
1919
name = "graphene-django-extras"
20-
version = "0.5.2"
20+
version = "1.0.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 = [
2424
"Ernesto Perez Amigo <[email protected]>",
2525
"Martin Andersen <[email protected]>",
26-
"Lukasz Dynowski <[email protected]>"
26+
"Lukasz Dynowski <[email protected]>",
2727
]
2828
license = "MIT"
29-
homepage="https://github.com/eamigo86/graphene-django-extras"
30-
repository="https://github.com/eamigo86/graphene-django-extras"
31-
documentation="https://github.com/eamigo86/graphene-django-extras"
29+
homepage = "https://github.com/eamigo86/graphene-django-extras"
30+
repository = "https://github.com/eamigo86/graphene-django-extras"
31+
documentation = "https://github.com/eamigo86/graphene-django-extras"
3232
classifiers = [
3333
"Intended Audience :: Developers",
3434
"Topic :: Software Development :: Libraries",
@@ -38,7 +38,7 @@ classifiers = [
3838
"Programming Language :: Python :: 3.10",
3939
"Programming Language :: Python :: Implementation :: PyPy",
4040
]
41-
keywords=["api", "graphql", "protocol", "graphene", "django"]
41+
keywords = ["api", "graphql", "protocol", "graphene", "django"]
4242

4343
[tool.poetry.dependencies]
4444
python = "^3.7 || ^3.8 || ^3.9 || ^3.10"

0 commit comments

Comments
 (0)