Skip to content

Commit

Permalink
0.2.2
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Jul 17, 2024
1 parent 5e43f90 commit db0c619
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
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 = "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"
Expand Down
2 changes: 1 addition & 1 deletion src/ud_co2s/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.2.1"
__version__ = "0.2.2"

0 comments on commit db0c619

Please sign in to comment.