Skip to content

Commit

Permalink
Merge pull request #2 from Sensirion/fix-sensor-bridge-version
Browse files Browse the repository at this point in the history
Fix version for sensirion-shdlc-sensorbridge
  • Loading branch information
psachs authored Aug 28, 2024
2 parents d0c9a60 + 372d05a commit 2793112
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
CHANGELOG
---------

0.1.1
:::::
- Fix allowed version for sensirion-shdlc-sensorbridge

0.1.0
:::::
- Initial release of SCD30 I2C driver
2 changes: 1 addition & 1 deletion sensirion_i2c_scd30/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# -*- coding: utf-8 -*-
from __future__ import absolute_import, division, print_function

version = "0.1.0"
version = "0.1.1"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
'sensirion-i2c-driver',
'sensirion-i2c-adapter',
'sensirion_driver_support_types~=0.1.0',
'sensirion-shdlc-sensorbridge~=0.1.1'
'sensirion-shdlc-sensorbridge>=0.1.1,<0.3.0'
]

# Packages required for tests and docs
Expand Down

0 comments on commit 2793112

Please sign in to comment.