Skip to content

Commit

Permalink
Bump version to 0.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
SteffenKockel committed Oct 6, 2023
1 parent 380abcf commit 9a0f2d4
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions changelog
@@ -1,5 +1,15 @@
= pyduin changelog

== 0.6.4

* lots of tests added
* Pinfiles are Boardfiles now and the syntax changed again.
Since everything is tested, no regressions are expected
* Boards can be identified by lighting up a builtin LED
without the need to know, which pin it corresponds to on
the given board.
* Board support for sparkfun_promicro16 added

== 0.6.3

* Add test case for pin file
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -14,7 +14,7 @@ universal = true

[project]
name = "pyduin"
version = "0.6.3"
version = "0.6.4"
description = "Extensive Arduino abstraction"
readme = "README.md"
authors = [
Expand Down
2 changes: 1 addition & 1 deletion src/pyduin/__init__.py
Expand Up @@ -6,4 +6,4 @@
_utils = PyduinUtils()

# pylint: disable=unused-variable
VERSION = "0.6.3"
VERSION = "0.6.4"

0 comments on commit 9a0f2d4

Please sign in to comment.