Skip to content

Commit

Permalink
0.3.5
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Sep 20, 2024
1 parent 40148b9 commit 7acae46
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.5 (2024-09-20)

### Fix

- Update dependency pandas to v2.2.3 (#54) ([`40148b9`](https://github.com/34j/ud-co2s/commit/40148b947b5d2dc88b41a90678bfb0d369cbcc14))

## v0.3.4 (2024-09-10)

### 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.4"
release = "0.3.5"

# -- 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.4"
version = "0.3.5"
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.4"
__version__ = "0.3.5"

0 comments on commit 7acae46

Please sign in to comment.