From 288ea0f74b3cf82ae05d53e078012cd46e69496b Mon Sep 17 00:00:00 2001 From: Marcus Young Date: Wed, 11 Nov 2020 00:18:00 -0600 Subject: [PATCH] Bump to 0.8.1 --- CHANGELOG | 8 +++++++- pyproject.toml | 2 +- setup.py | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 9d40605..07ce454 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,10 @@ -## 0.7.0 +## 0.8.1 + +BUG FIXES: + + * Pin urllib3 to urllib3>1.25.1,<1.2 to prevent build errors + +## 0.8.0 IMPROVEMENTS: diff --git a/pyproject.toml b/pyproject.toml index 5c2dc43..8641d1a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "Tilty" -version = "0.8.0" +version = "0.8.1" 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 c9f4374..12f0097 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.8.0', + version='0.8.1', packages=find_packages(exclude=['tests*']), install_requires=[ 'Click',