From 8e4d88e6da991a6ad7c5c5f2a678365b9eff6a45 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 13 Sep 2023 15:48:42 +0000 Subject: [PATCH] 0.1.1 Automatically generated by python-semantic-release --- CHANGELOG.md | 13 +++++++++++++ setup.py | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3cd6dea..3713e37 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ +## v0.1.1 (2023-09-13) + +### Chore + +* chore(README): update python version ([`14b4ad1`](https://github.com/enix/pvecontrol/commit/14b4ad17cc2245db9540915c4fd1cf30acba1a80)) + +* chore(release): Use unified release workflow ([`6c481a7`](https://github.com/enix/pvecontrol/commit/6c481a7f81c755fd685d6111071469955b0660a9)) + +### Fix + +* fix(pvecontrol): Add missing empty line ([`b825a95`](https://github.com/enix/pvecontrol/commit/b825a9516a48c70a950cb8faf4bd9113f981ccbc)) + + ## v0.1.0 (2023-09-13) ### Feature diff --git a/setup.py b/setup.py index fd8e3b0..95d2121 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import setup -__version__ = "0.1.0" +__version__ = "0.1.1" setup( version=__version__