From eb76c958a9d8e237e81ce506f3d5c2d32178060b Mon Sep 17 00:00:00 2001 From: Chad <34003459+mdwcrft@users.noreply.github.com> Date: Tue, 4 Oct 2022 10:06:05 +0200 Subject: [PATCH] bump to 0.8.3 (#37) * bump to 0.8.3 * fix: bump version in init --- CHANGELOG.md | 4 ++++ pyproject.toml | 2 +- pyslac/__init__.py | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 462df2e..1065bac 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.3] - 2022-10-04 + +- Print version on session startup by @mdwcrft in https://github.com/SwitchEV/pyslac/pull/34 + ## [0.8.2] - 2022-06-28 - add License file to the repo by @tropxy in https://github.com/SwitchEV/pyslac/pull/28 diff --git a/pyproject.toml b/pyproject.toml index 7dbd429..5166734 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pyslac" -version = "0.8.2" +version = "0.8.3" description = "SLAC Protocol implementation, defined in ISO15118-3" authors = ["André Duarte "] diff --git a/pyslac/__init__.py b/pyslac/__init__.py index deded32..732155f 100644 --- a/pyslac/__init__.py +++ b/pyslac/__init__.py @@ -1 +1 @@ -__version__ = "0.8.2" +__version__ = "0.8.3"