Skip to content

Commit

Permalink
new Sonos Broker version 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
spfuu committed Jan 23, 2015
1 parent 503e323 commit a97cde1
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## Release

v0.5.1 (2015-01-23)

-- Hotfix: error while handling a DIDL item (in SoCo framework)

v0.5 (2015-01-18)

-- interactive command shell added to interact with the speakers directly (see docu)
Expand Down
4 changes: 4 additions & 0 deletions server.sonos/CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
v0.5.1 (2015-01-23)

-- Hotfix: error while handling a DIDL item (in SoCo framework)

v0.5 (2015-01-19)

-- commands added: get_playlist, set_playlist (see documentation). Its now possible to
Expand Down
1 change: 1 addition & 0 deletions server.sonos/MANIFEST
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ soco/compat.py
soco/config.py
soco/core.py
soco/data_structures.py
soco/discovery.py
soco/events.py
soco/exceptions.py
soco/groups.py
Expand Down
2 changes: 1 addition & 1 deletion server.sonos/lib_sonos/definitions.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
# regular expressions to find sonos meta info through udp stream
ip_pattern = '^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])\.){3}([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])$'

VERSION = "0.5 (2015-01-18)"
VERSION = "0.5.1 (2015-01-23)"

DEFAULT_HOST = '0.0.0.0'
DEFAULT_PORT = 12900
Expand Down

0 comments on commit a97cde1

Please sign in to comment.