Skip to content

Commit

Permalink
Update library to version 0.10.12
Browse files Browse the repository at this point in the history
  • Loading branch information
ol-iver committed Oct 23, 2022
1 parent 7f30ad9 commit 38bb164
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# denonavr
[![Version](https://img.shields.io/badge/version-v0.10.11-orange.svg)](https://github.com/ol-iver/denonavr)
[![Version](https://img.shields.io/badge/version-v0.10.12-orange.svg)](https://github.com/ol-iver/denonavr)
[![Build Status](https://github.com/ol-iver/denonavr/actions/workflows/python-tests.yml/badge.svg)](https://github.com/ol-iver/denonavr/actions/workflows/python-tests.yml)
[![PyPi](https://img.shields.io/pypi/v/denonavr.svg)](https://pypi.org/project/denonavr)
[![License](https://img.shields.io/github/license/ol-iver/denonavr.svg)](LICENSE)

Automation Library for Denon AVR receivers - current version 0.10.11
Automation Library for Denon AVR receivers - current version 0.10.12

## Important changes for version 0.10.0 and above

Expand Down
2 changes: 1 addition & 1 deletion denonavr/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
logging.getLogger(__name__).addHandler(logging.NullHandler())

__title__ = "denonavr"
__version__ = "0.10.12-dev"
__version__ = "0.10.12"


async def async_discover():
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from setuptools import find_packages, setup

setup(name='denonavr',
version='0.10.12-dev',
version='0.10.12',
description='Automation Library for Denon AVR receivers',
long_description='Automation Library for Denon AVR receivers',
url='https://github.com/ol-iver/denonavr',
Expand Down

0 comments on commit 38bb164

Please sign in to comment.