From 831cc8508f3d299a444c3a1484f853c0c14b50e8 Mon Sep 17 00:00:00 2001 From: Henrik Blidh Date: Tue, 30 Jun 2020 16:02:24 +0200 Subject: [PATCH] Version bump --- CHANGELOG.rst | 7 ++++--- bleak/__version__.py | 2 +- setup.cfg | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 01db95e1..279bb2a3 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -8,8 +8,8 @@ The format is based on `Keep a Changelog ` and this project adheres to `Semantic Versioning `_. -`Unreleased`_ -------------- +`0.7.0`_ (2020-06-30) +--------------------- Added ~~~~~ @@ -230,7 +230,8 @@ Fixed * Bleak created. -.. _Unreleased: https://github.com/hbldh/bleak/compare/v0.6.4...develop +.. _Unreleased: https://github.com/hbldh/bleak/compare/v0.7.0...develop +.. _0.7.0: https://github.com/hbldh/bleak/compare/v0.7.0...v0.6.4 .. _0.6.4: https://github.com/hbldh/bleak/compare/v0.6.3...v0.6.4 .. _0.6.3: https://github.com/hbldh/bleak/compare/v0.6.2...v0.6.3 .. _0.6.2: https://github.com/hbldh/bleak/compare/v0.6.1...v0.6.2 diff --git a/bleak/__version__.py b/bleak/__version__.py index 4ddf86ad..e0abfd00 100644 --- a/bleak/__version__.py +++ b/bleak/__version__.py @@ -1,3 +1,3 @@ # -*- coding: utf-8 -*- -__version__ = "0.6.5a9" +__version__ = "0.7.0" diff --git a/setup.cfg b/setup.cfg index 44dc36e8..26077cd0 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.6.4 +current_version = 0.7.0 commit = False tag = False