From b3808022e36a9cf8c4a3906f4eb5a984495d0194 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9?= Date: Tue, 24 May 2022 00:51:27 +0100 Subject: [PATCH] bumped the version in the toml (#25) * bumped the version in the toml * updated changelog --- CHANGELOG.md | 4 ++++ pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e06def1..867b15b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.8.0] - 2022-05-24 + +### Changed +- switched the package upload to public pypi server by @tropxy in https://github.com/SwitchEV/slac/pull/24 ## [0.7.1] - 2022-04-28 diff --git a/pyproject.toml b/pyproject.toml index 08c202f..94390eb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "slac" -version = "0.7.1" +version = "0.8.0" description = "SLAC Protocol implementation, defined in ISO15118-3" authors = ["André Duarte "]