From e0d9401e230a40f857095f52a1711e5cd1e53cdb Mon Sep 17 00:00:00 2001 From: Mauko Quiroga Date: Wed, 20 Oct 2021 11:03:02 +0200 Subject: [PATCH] Bump version to 1.1.2 --- Makefile | 1 - pyproject.toml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 5cf991d..63a06c1 100644 --- a/Makefile +++ b/Makefile @@ -64,7 +64,6 @@ test-%: compile clean @poetry run interrogate src/$* release: - @nox -k "not coverage" @poetry run pip uninstall mantic -y -q @poetry install -q @poetry run mantic check-version \ diff --git a/pyproject.toml b/pyproject.toml index cf0a8f7..a42fa8a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "mantic" -version = "1.1.1" +version = "1.1.2" description = "Command-line tools to facilitate se-mantic versioning." license = "EUPL-1.2-or-later" authors = ["Mauko Quiroga "]