Skip to content

Commit

Permalink
Version bump and changelog update. New version is 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Github Bot committed Mar 22, 2021
1 parent e7edcda commit e05d5bc
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [v0.4.1](https://github.com/corvis/prana_rc/tree/v0.4.1) (2021-03-22)

**Implemented enhancements:**

- VOC and CO2 sensors support [\#18](https://github.com/corvis/prana_rc/issues/18)

**Fixed bugs:**

- Incorrect sensor readings [\#21](https://github.com/corvis/prana_rc/issues/21)

## [v0.4.0](https://github.com/corvis/prana_rc/tree/v0.4.0) (2021-03-04)

**Implemented enhancements:**
Expand Down
2 changes: 1 addition & 1 deletion src/prana_rc/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.

__version__ = "0.4.0"
__version__ = "0.4.1"

0 comments on commit e05d5bc

Please sign in to comment.