Skip to content

Commit

Permalink
Bumped to version 1.6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
jhgjeraker committed Apr 11, 2024
1 parent 96af5f1 commit 5352537
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
All notable changes, fixes, and additions to the project is listed in this changelog.
The project adheres to [semantic versioning](https://semver.org/).

# v1.6.7
### Added
- [#135](https://github.com/disruptive-technologies/python-client/pull/135) Added new value `is_backfilled` to `Temperature` event.

# v1.6.6
### Fixed
- [#134](https://github.com/disruptive-technologies/python-client/pull/134) Added connection constants to `ConnectionStatus` event.
Expand Down
2 changes: 1 addition & 1 deletion disruptive/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Metadata
__version__ = '1.6.6'
__version__ = '1.6.7'

# If set, logs of chosen level and higher are printed to console.
# Default value None results in no logs at any level.
Expand Down

0 comments on commit 5352537

Please sign in to comment.