From f501de108ea9eb5c46bfbbebd748d26dcde41bf5 Mon Sep 17 00:00:00 2001 From: Felix Seele Date: Tue, 13 Feb 2018 09:40:42 +0100 Subject: [PATCH] Updated version to 1.2.1 --- README.rst | 2 ++ setup.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index cfed207..b7d3f16 100644 --- a/README.rst +++ b/README.rst @@ -92,6 +92,8 @@ Scanner Changelog --------- +* 1.2.1 + * Updated depedencies * 1.2.0 * Added support for Cypress iBeacons which transmit temp and humidity embedded in the minor value (thanks to `darkskiez `__) * Updated dependencies diff --git a/setup.py b/setup.py index ccd50e1..b54593c 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ setup( name='beacontools', - version='1.2.0', + version='1.2.1', description='A Python library for working with various types of Bluetooth LE Beacons.', long_description=long_description,