Skip to content

Commit

Permalink
Release: 0.5.20
Browse files Browse the repository at this point in the history
  • Loading branch information
hartym committed Apr 14, 2018
1 parent 3ac502c commit 40122f8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated by Medikit 0.5.19 on 2018-04-14.
# Generated by Medikit 0.5.20 on 2018-04-14.
# All changes will be overriden.
# Edit Projectfile and run “make update” (or “medikit update”) to regenerate.

Expand All @@ -23,7 +23,7 @@ YAPF_OPTIONS ?= -rip
SPHINX_AUTOBUILD ?= $(PYTHON_DIRNAME)/sphinx-autobuild
MEDIKIT ?= $(PYTHON) -m medikit
MEDIKIT_UPDATE_OPTIONS ?=
MEDIKIT_VERSION ?= 0.5.19
MEDIKIT_VERSION ?= 0.5.20

.PHONY: $(SPHINX_SOURCEDIR) clean format help install install-dev medikit quick release test update update-requirements watch-$(SPHINX_SOURCEDIR)

Expand Down
2 changes: 1 addition & 1 deletion medikit/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.5.19'
__version__ = '0.5.20'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated by Medikit 0.5.19 on 2018-04-14.
# Generated by Medikit 0.5.20 on 2018-04-14.
# All changes will be overriden.
# Edit Projectfile and run “make update” (or “medikit update”) to regenerate.

Expand Down

0 comments on commit 40122f8

Please sign in to comment.