Skip to content

Commit

Permalink
0.2.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Jun 26, 2024
1 parent b2baeb7 commit a6bb6a0
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.0 (2024-06-26)

### Feature

- Use pystray (#17) ([`b2baeb7`](https://github.com/34j/ud-co2s/commit/b2baeb755354980396793fb1e0e331acc5452e40))

## v0.1.2 (2024-06-26)

### 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.1.2"
release = "0.2.0"

# -- 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.1.2"
version = "0.2.0"
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.1.2"
__version__ = "0.2.0"

0 comments on commit a6bb6a0

Please sign in to comment.