Skip to content

Commit

Permalink
Release: 0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hartym committed May 29, 2019
1 parent 4a4e17e commit 3f56ef1
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.7.1 on 2019-05-29.
# Generated by Medikit 0.7.2 on 2019-05-29.
# All changes will be overriden.
# Edit Projectfile and run “make update” (or “medikit update”) to regenerate.

Expand Down Expand Up @@ -26,7 +26,7 @@ BLACK ?= $(shell which black || echo black)
ISORT ?= $(shell which isort || echo isort)
MEDIKIT ?= $(PYTHON) -m medikit
MEDIKIT_UPDATE_OPTIONS ?=
MEDIKIT_VERSION ?= 0.7.1
MEDIKIT_VERSION ?= 0.7.2

.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
@@ -1 +1 @@
__version__ = '0.7.1'
__version__ = '0.7.2'
2 changes: 1 addition & 1 deletion setup.py
@@ -1,4 +1,4 @@
# Generated by Medikit 0.7.1 on 2019-05-29.
# Generated by Medikit 0.7.2 on 2019-05-29.
# All changes will be overriden.
# Edit Projectfile and run “make update” (or “medikit update”) to regenerate.

Expand Down

0 comments on commit 3f56ef1

Please sign in to comment.