Skip to content

Commit ee23bb2

Browse files
author
Martin Andersen
committed
Update readme
1 parent 9cfc318 commit ee23bb2

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

README.md

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

495495
## Change Log:
496496

497+
#### v0.5.1:
498+
1. Update dependencies
499+
497500
#### v0.5.0:
498501
1. Upgrade to graphene v3
499502

@@ -507,7 +510,7 @@ You can use this shortcuts too:
507510
4. Upgrade django-filter dependency to version >= 2.2.0.
508511
5. Fixed bug 'DjangoSerializerOptions' object has no attribute 'interfaces' after update to graphene==2.1.8.
509512
6. The tests were refactored and added some extra tests for DjangoSerializerType.
510-
513+
511514
#### v0.4.5:
512515
1. Fixed compatibilities issues to use graphene-django>=2.3.2.
513516
2. Improved code quality and use Black code format.

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.1:
516+
*******
517+
1. Update dependencies
518+
514519
*******
515520
v0.5.0:
516521
*******

pyproject.toml

+1-1
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.5.0"
20+
version = "0.5.1"
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 = [

0 commit comments

Comments
 (0)