From 7c0b60a99a67869d9028837071cd7744b078584c Mon Sep 17 00:00:00 2001 From: Marcus Young Date: Fri, 23 Jul 2021 03:53:15 +0000 Subject: [PATCH] Bump version 0.11.0 --- CHANGELOG | 6 ++++++ pyproject.toml | 2 +- setup.py | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index a1c3545..9b10f96 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,9 @@ +## 0.11.0 + +IMPROVEMENTS: + + * Add ability to configure temperature and gravity offsets: https://github.com/myoung34/tilty/pull/44 + ## 0.10.2 SECURITY: diff --git a/pyproject.toml b/pyproject.toml index 1c4657b..def6c96 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "Tilty" -version = "0.10.3" +version = "0.11.0" description = "A pluggable system to receive and transmit bluetooth events from the Tilt Hydrometer" authors = ["Marcus Young <3vilpenguin@gmail.com>"] license = "MIT" diff --git a/setup.py b/setup.py index e2054d2..a85ff91 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ long_description=long_description, long_description_content_type="text/markdown", py_modules=['tilty', 'blescan'], - version='0.10.3', + version='0.11.0', packages=find_packages(exclude=['tests*']), install_requires=[ 'Click',