From db0c619635e4af9ae2d3d9597f2753f033d2e41f Mon Sep 17 00:00:00 2001 From: semantic-release Date: Wed, 17 Jul 2024 21:13:54 +0000 Subject: [PATCH] 0.2.2 Automatically generated by python-semantic-release --- CHANGELOG.md | 6 ++++++ docs/conf.py | 2 +- pyproject.toml | 2 +- src/ud_co2s/__init__.py | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8180c1b..13a47b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## v0.2.2 (2024-07-17) + +### Fix + +- Update dependency pytest-asyncio to v0.23.8 (#30) ([`5e43f90`](https://github.com/34j/ud-co2s/commit/5e43f909e6d6dc793246ddf53ea55bd95f6f8e52)) + ## v0.2.1 (2024-07-03) ### Fix diff --git a/docs/conf.py b/docs/conf.py index c336657..fa74017 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -15,7 +15,7 @@ project = "IODATA UD-CO2S Sensor Data Reader" copyright = "2024, 34j" author = "34j" -release = "0.2.1" +release = "0.2.2" # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration diff --git a/pyproject.toml b/pyproject.toml index adfe009..1586f42 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ud-co2s" -version = "0.2.1" +version = "0.2.2" description = "Python package for reading sensor data from IODATA UD-CO2S or Pocket CO2 Sensor" authors = ["34j <34j.95a2p@simplelogin.com>"] license = "MIT" diff --git a/src/ud_co2s/__init__.py b/src/ud_co2s/__init__.py index 3ced358..b5fdc75 100644 --- a/src/ud_co2s/__init__.py +++ b/src/ud_co2s/__init__.py @@ -1 +1 @@ -__version__ = "0.2.1" +__version__ = "0.2.2"