Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Andersen committed Mar 24, 2021
1 parent 9cfc318 commit ee23bb2
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -494,6 +494,9 @@ You can use this shortcuts too:

## Change Log:

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

#### v0.5.0:
1. Upgrade to graphene v3

Expand All @@ -507,7 +510,7 @@ You can use this shortcuts too:
4. Upgrade django-filter dependency to version >= 2.2.0.
5. Fixed bug 'DjangoSerializerOptions' object has no attribute 'interfaces' after update to graphene==2.1.8.
6. The tests were refactored and added some extra tests for DjangoSerializerType.

#### v0.4.5:
1. Fixed compatibilities issues to use graphene-django>=2.3.2.
2. Improved code quality and use Black code format.
Expand Down
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.1:
*******
1. Update dependencies

*******
v0.5.0:
*******
Expand Down
2 changes: 1 addition & 1 deletion 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.5.0"
version = "0.5.1"
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 Down

0 comments on commit ee23bb2

Please sign in to comment.