Skip to content

Commit

Permalink
build: version to 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ttu committed Jan 13, 2025
1 parent 3e859b5 commit ab3ab59
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
## Changelog

### [Unreleased]


## [3.0.0] - 2025-01-13
* ADD: Install Bleak automatically on all platforms
* CHANGE: Async Bleak adapter as default adapter on all platforms
* CHANGE: Support only Python 3.9 and above
Expand Down
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,14 @@ RuuviTag Sensor Python Package
* __NOTE:__ The BlueZ-adapter implementation uses deprecated BlueZ tools that are no longer supported.
* Bleson-adapter supports sync-methods, but please be aware that it is not fully supported due to the alpha release status of the Bleson communication module. See [Bleson](#Bleson) for more information.
* Python 3.9+
* For Python 3.7 and 3.8 support, check [installation instructions](#python-37-and-38) for an older version.
* For Python 2.x or <3.7 support, check [installation instructions](#python-2x-and-36-and-below) for an older version.
* For Python 3.7 and 3.8 support, check installation [instructions](#python-37-and-38) for an older version.
* For Python 2.x or <3.7 support, check installation [instructions](#python-2x-and-36-and-below) for an older version.


__NOTE: Major version changes__
* Version 3.0 changed default BLE adapter for all platforms to Bleak with async-methods. To use `Bluez`and sync-methods, check the installation [instructions](#BlueZ).
* Version 2.0 contains method renames. When using a version prior to 2.0, check the documentation and examples from [documentation](https://ttu.github.io/ruuvitag-sensor/#/1.2.1/) or in GitHub, switch to the correct release tag from _switch branches/tags_.

__NOTE:__ Version 2.0 contains method renames. When using a version prior to 2.0, check the documentation and examples from [PyPI](https://pypi.org/project/ruuvitag-sensor/) or in GitHub, switch to the correct release tag from _switch branches/tags_.

## Installation

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "ruuvitag_sensor"
version = "2.3.1"
version = "3.0.0"
authors = [
{ name="Tomi Tuhkanen", email="[email protected]" },
]
Expand Down

0 comments on commit ab3ab59

Please sign in to comment.