From 29d51fad7bf328fcc6a072c78ac5fb6614155d01 Mon Sep 17 00:00:00 2001 From: Marcus Young Date: Sun, 4 Apr 2021 07:30:45 -0500 Subject: [PATCH] Bump version 0.10.2 --- CHANGELOG | 7 +++++++ pyproject.toml | 2 +- setup.py | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 3ca7ba7..a1c3545 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,10 @@ +## 0.10.2 + +SECURITY: + + * Bump alpine to 3.13.4 to resolve CVE-2021-28831 + * Allowlist CVE-2020-28928 as its fixed in musl 1.2.2 in alpine 3.13.4 + ## 0.10.1 SECURITY: diff --git a/pyproject.toml b/pyproject.toml index a3d8915..f06ab27 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "Tilty" -version = "0.10.1" +version = "0.10.2" 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 c9d6f75..291559f 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.1', + version='0.10.2', packages=find_packages(exclude=['tests*']), install_requires=[ 'Click',