Skip to content

Commit 8a814ae

Browse files
committed
Merge branch 'master' into docs
2 parents 9138e1a + 1094142 commit 8a814ae

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.1.11
2+
current_version = 0.1.12
33
commit = True
44
tag = True
55

ariadne_extended/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.1.11"
1+
__version__ = "0.1.12"

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
# the built documents.
6565
#
6666
# The full version, including alpha/beta/rc tags.
67-
release = "0.1.11"
67+
release = "0.1.12"
6868
# The short X.Y.Z version.
6969
version = re.match(r"^([0-9]+\.){2}[0-9]+", release).group(0)
7070

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[tool.poetry]
44
name = "ariadne-extended"
5-
version = "0.1.11"
5+
version = "0.1.12"
66
description = "Ariadne contrib library for working with Django and GraphQL"
77
authors = ["Patrick Forringer <[email protected]>", "Buddy Lindsey <[email protected]"]
88
license = "MIT"

tests/test_ariadne_extended.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33

44
def test_version():
5-
assert __version__ == "0.1.11"
5+
assert __version__ == "0.1.12"

0 commit comments

Comments
 (0)