Skip to content

Commit

Permalink
Merge pull request #1058 from chris34/bump-v0190
Browse files Browse the repository at this point in the history
Bump version: 0.18.0 → 0.19.0
  • Loading branch information
v-gar committed Apr 13, 2019
2 parents 7d44820 + 4308f58 commit 171cbf2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.18.0
current_version = 0.19.0
commit = True
tag = True
sign = True
Expand Down
2 changes: 1 addition & 1 deletion inyoka/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,4 +118,4 @@
socket.setdefaulttimeout(10.0)

# Inyoka version is updated through bumpversion and can stay hardcoded here.
INYOKA_VERSION = "v0.18.0"
INYOKA_VERSION = "v0.19.0"

0 comments on commit 171cbf2

Please sign in to comment.