Skip to content

Commit

Permalink
0.3.2
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Aug 25, 2024
1 parent 6b7b943 commit 31630c9
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.3.2 (2024-08-25)

### Fix

- Update dependency typer to v0.12.5 (#45) ([`6b7b943`](https://github.com/34j/ud-co2s/commit/6b7b9430ec93580be3053a894ea44f9fcc49ea2e))

## v0.3.1 (2024-08-17)

### 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.3.1"
release = "0.3.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.3.1"
version = "0.3.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.3.1"
__version__ = "0.3.2"

0 comments on commit 31630c9

Please sign in to comment.