Skip to content

Commit

Permalink
bump to 0.8.3 (#37)
Browse files Browse the repository at this point in the history
* bump to 0.8.3

* fix: bump version in init
  • Loading branch information
mdwcrft authored Oct 4, 2022
1 parent 21a7c8a commit eb76c95
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <andre@switch-ev.com, andre14x@gmail.com>"]

Expand Down
2 changes: 1 addition & 1 deletion pyslac/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.8.2"
__version__ = "0.8.3"

0 comments on commit eb76c95

Please sign in to comment.