Skip to content

Commit

Permalink
Merge branch 'master' into docs
Browse files Browse the repository at this point in the history
  • Loading branch information
destos committed Jan 10, 2021
2 parents 9138e1a + 1094142 commit 8a814ae
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.11
current_version = 0.1.12
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion ariadne_extended/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.11"
__version__ = "0.1.12"
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
# the built documents.
#
# The full version, including alpha/beta/rc tags.
release = "0.1.11"
release = "0.1.12"
# The short X.Y.Z version.
version = re.match(r"^([0-9]+\.){2}[0-9]+", release).group(0)

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

[tool.poetry]
name = "ariadne-extended"
version = "0.1.11"
version = "0.1.12"
description = "Ariadne contrib library for working with Django and GraphQL"
authors = ["Patrick Forringer <pforringer@patriotrc.com>", "Buddy Lindsey <blindsey@patriotrc.com"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion tests/test_ariadne_extended.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@


def test_version():
assert __version__ == "0.1.11"
assert __version__ == "0.1.12"

0 comments on commit 8a814ae

Please sign in to comment.