Skip to content

Commit d5af412

Browse files
committed
Bump version: 0.1.12 → 0.1.13a1
1 parent 8a814ae commit d5af412

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

Diff for: .bumpversion.cfg

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

Diff for: ariadne_extended/__init__.py

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

Diff for: 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.12"
67+
release = "0.1.13"
6868
# The short X.Y.Z version.
6969
version = re.match(r"^([0-9]+\.){2}[0-9]+", release).group(0)
7070

Diff for: 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.12"
5+
version = "0.1.13"
66
description = "Ariadne contrib library for working with Django and GraphQL"
77
authors = ["Patrick Forringer <[email protected]>", "Buddy Lindsey <[email protected]"]
88
license = "MIT"

Diff for: 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.12"
5+
assert __version__ == "0.1.13"

0 commit comments

Comments
 (0)