Skip to content

Commit

Permalink
Bumpversion 0.11.0 -> 0.11.1
Browse files Browse the repository at this point in the history
Signed-off-by: Tormod Haugland <tormod.haugland@gmail.com>
  • Loading branch information
tOgg1 committed Oct 26, 2023
1 parent 448a39c commit 5a8b359
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## Version 0.11.1

* Make required_fields and optional_fields handle None values more gracefully.
* Remove mutable default arguments for auto_context_fields

## Version 0.11.0

* Fix graphene-django 3.x compatibility issues (thanks @sjdemartini, @wito-alex).
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
author = "Tormod Haugland"

# The full version, including alpha/beta/rc tags
release = "0.11.0"
release = "0.11.1"

# -- General configuration ---------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="graphene-django-cud",
version="0.11.0",
version="0.11.1",
author="Tormod Haugland",
author_email="tormod.haugland@gmail.com",
description="Create, update and delete mutations for graphene-django",
Expand Down

0 comments on commit 5a8b359

Please sign in to comment.