From 3fecc4f9a637a2fff379bc8a9bf93a3be0080025 Mon Sep 17 00:00:00 2001 From: Christoph Knote <christoph.knote@med.uni-augsburg.de> Date: Mon, 14 Mar 2022 14:44:05 +0100 Subject: [PATCH] Version bump to 1.2.5 for PyPI publication --- README.md | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b7bce9c..94fd814 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ make your changes and then [submit a merge request](https://mbees.med.uni-augsbu # Changelog -## 1.2.4 (2022-03-14) +## 1.2.5 (2022-03-14) - Release on PyPI diff --git a/pyproject.toml b/pyproject.toml index fbbb29f..0df0345 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "boxmox" -version = "1.2.4" +version = "1.2.5" description = "BOXMOX python interface" license = "GPL-3.0-or-later" authors = ["Christoph Knote <christoph.knote@med.uni-augsburg.de>"] -- GitLab