Skip to content

Commit

Permalink
Release: 0.5.13
Browse files Browse the repository at this point in the history
  • Loading branch information
hartym committed Mar 17, 2018
1 parent cc8d0a1 commit ddd5cb9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Makefile
@@ -1,4 +1,4 @@
# Generated by Medikit 0.5.12 on 2018-03-17.
# Generated by Medikit 0.5.13 on 2018-03-17.
# 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.12
MEDIKIT_VERSION ?= 0.5.13

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

Expand Down
2 changes: 1 addition & 1 deletion medikit/_version.py
@@ -1 +1 @@
__version__ = '0.5.12'
__version__ = '0.5.13'
2 changes: 1 addition & 1 deletion setup.py
@@ -1,4 +1,4 @@
# Generated by Medikit 0.5.12 on 2018-03-17.
# Generated by Medikit 0.5.13 on 2018-03-17.
# All changes will be overriden.
# Edit Projectfile and run “make update” (or “medikit update”) to regenerate.

Expand Down

0 comments on commit ddd5cb9

Please sign in to comment.