Skip to content

Commit

Permalink
Pushed to version 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ol-iver committed May 26, 2017
1 parent 717d7ce commit c17a80a
Show file tree
Hide file tree
Showing 12 changed files with 1,686 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.4.1
0.4.2

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

Expand Down
5 changes: 4 additions & 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.4.1
Automation Library for Denon AVR receivers - current version 0.4.2

## Installation

Expand Down Expand Up @@ -118,6 +118,9 @@ MIT

## Contributors
@soldag: https://github.com/soldag
@shapiromatron: https://github.com/shapiromatron
@glance-: https://github.com/glance-
@p3dda: https://github.com/p3dda

## Users
Home Assistant: https://github.com/home-assistant/home-assistant/
5 changes: 4 additions & 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.4.1
Automation Library for Denon AVR receivers - current version 0.4.2

Installation
------------
Expand Down Expand Up @@ -137,6 +137,9 @@ Contributors
------------

@soldag: https://github.com/soldag
@shapiromatron: https://github.com/shapiromatron
@glance-: https://github.com/glance-
@p3dda: https://github.com/p3dda

Users
-----
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.4.1"
__version__ = "0.4.2"


def discover():
Expand Down
1 change: 1 addition & 0 deletions denonavr/ssdp.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@

SUPPORTED_MANUFACTURERS = ["Denon", "Marantz"]


def identify_denonavr_receivers():
"""
Identify DenonAVR using SSDP and SCPD queries.
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.4.1',
version='0.4.2',
description='Automation Library for Denon AVR receivers',
long_description='Automation Library for Denon AVR receivers',
url='https://github.com/scarface-4711/denonavr',
Expand Down
2 changes: 1 addition & 1 deletion tests/test_denonavr.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

FAKE_IP = "10.0.0.0"
TESTING_RECEIVERS = ("AVR-X4100W", "AVR-2312CI", "AVR-1912", "AVR-3311CI",
"M-RC610", "AVR-X2100W-2")
"M-RC610", "AVR-X2100W-2", "AVR-X2000")

APPCOMMAND_URL = "/goform/AppCommand.xml"
STATUS_URL = "/goform/formMainZone_MainZoneXmlStatus.xml"
Expand Down
3 changes: 3 additions & 0 deletions tests/xml/AVR-X2000-AppCommand.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<html><head><title>Document Error: Data follows</title></head>
<body><h2>Access Error: Data follows</h2>
<p>Form Deviceinfo.xml is not defined</p></body></html>
Loading

0 comments on commit c17a80a

Please sign in to comment.