Skip to content

Commit

Permalink
Bumpversion 0.11.1 -> 0.12.0
Browse files Browse the repository at this point in the history
Signed-off-by: Tormod Haugland <[email protected]>
  • Loading branch information
tOgg1 committed Jul 3, 2024
1 parent fc45ccd commit 4dbc231
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## Version 0.12.0

* More documentation improvements (@Plebbimon).
* Add "before_create_obj" hook, that allows to hook into the creation of an object before it is saved to the database (
@hansegucker).
* Update `dismabiguate_id` to handle UUIDs (@M69k65y).

## Version 0.11.1

* Make required_fields and optional_fields handle None values more gracefully.
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.1"
release = "0.12.0"

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

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "graphene-django-cud"
version = "0.11.0"
version = "0.12.0"
description = ""
authors = ["Tormod Haugland <[email protected]>"]
license = "MIT"
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.1",
version="0.12.0",
author="Tormod Haugland",
author_email="[email protected]",
description="Create, update and delete mutations for graphene-django",
Expand Down

0 comments on commit 4dbc231

Please sign in to comment.