Skip to content

Commit

Permalink
Push to version 0.7.8
Browse files Browse the repository at this point in the history
  • Loading branch information
ol-iver committed Feb 10, 2019
1 parent ca6dcda commit 59a136e
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion HELP.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ DATA
__title__ = 'denonavr'

VERSION
0.7.7
0.7.8

====================================================================================

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# denonavr
[![Build Status](https://travis-ci.org/scarface-4711/denonavr.svg?branch=master)](https://travis-ci.org/scarface-4711/denonavr)

Automation Library for Denon AVR receivers - current version 0.7.7
Automation Library for Denon AVR receivers - current version 0.7.8

## Installation

Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ denonavr

|Build Status|

Automation Library for Denon AVR receivers - current version 0.7.7
Automation Library for Denon AVR receivers - current version 0.7.8

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

__title__ = "denonavr"
__version__ = "0.7.7"
__version__ = "0.7.8"


def discover():
Expand Down
2 changes: 1 addition & 1 deletion denonavr/denonavr.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
('DTS SURROUND', ['DTS SURROUND', 'DTS NEURAL:X', 'STANDARD(DTS)',
'DTS + NEURAL:X', 'MULTI CH IN', 'DTS-HD MSTR',
'DTS VIRTUAL:X']),
('MCH STEREO', ['MULTI CH STEREO', 'MULTI_CH_STEREO']),
('MCH STEREO', ['MULTI CH STEREO', 'MULTI_CH_STEREO', 'MCH STEREO']),
('STEREO', ['STEREO']),
(ALL_ZONE_STEREO, [ALL_ZONE_STEREO])])

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.7.7',
version='0.7.8',
description='Automation Library for Denon AVR receivers',
long_description='Automation Library for Denon AVR receivers',
url='https://github.com/scarface-4711/denonavr',
Expand Down

0 comments on commit 59a136e

Please sign in to comment.