Skip to content

Commit

Permalink
Version bump and CHANGELOG update.
Browse files Browse the repository at this point in the history
  • Loading branch information
hbldh committed Oct 22, 2020
1 parent 1156b2a commit 65896e8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ The format is based on `Keep a Changelog <https://keepachangelog.com/en/1.0.0/>`
and this project adheres to `Semantic Versioning <https://semver.org/spec/v2.0.0.html>`_.


`Unreleased`_
--------------
`0.9.1`_ (2020-10-22)
---------------------

Added
~~~~~

* Added new attribute ``_device_info`` on ``BleakClientBlueZDBus``. Merges #347
* Added new attribute ``_device_info`` on ``BleakClientBlueZDBus``. Merges #347.
* Added Pull Request Template.

Changed
Expand Down Expand Up @@ -375,7 +375,8 @@ Fixed
* Bleak created.


.. _Unreleased: https://github.com/hbldh/bleak/compare/v0.9.0...develop
.. _Unreleased: https://github.com/hbldh/bleak/compare/v0.9.1...develop
.. _0.9.1: https://github.com/hbldh/bleak/compare/v0.9.1...v0.9.0
.. _0.9.0: https://github.com/hbldh/bleak/compare/v0.9.0...v0.8.0
.. _0.8.0: https://github.com/hbldh/bleak/compare/v0.8.0...v0.7.1
.. _0.7.1: https://github.com/hbldh/bleak/compare/v0.7.1...v0.7.0
Expand Down
2 changes: 1 addition & 1 deletion bleak/__version__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# -*- coding: utf-8 -*-

__version__ = "0.9.0"
__version__ = "0.9.1"

0 comments on commit 65896e8

Please sign in to comment.