summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRick Bell <richard.s.bell@intel.com>2014-12-06 00:11:36 -0800
committerRick Bell <richard.s.bell@intel.com>2014-12-06 00:11:36 -0800
commit738e87aecdf94e37723c78f0705f2cfdaea42368 (patch)
treeebc4a49aef2a73135f6f471e89062a79cf203d3d
parent652726d6eecd76b6819b9c7043be526672969c04 (diff)
downloaddleyna-control-738e87aecdf94e37723c78f0705f2cfdaea42368.tar.gz
[Release] Version 0.3.0
-rw-r--r--ChangeLog3
-rwxr-xr-xsetup.py6
2 files changed, 6 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 24ddbb0..421a22d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+version 0.3.0
+ - Change publish_object() signature
+
version 0.2.0
- Accept content type "Music"
- Partial fix for bug #38 - dleyna control crash
diff --git a/setup.py b/setup.py
index 4a0c096..2e35652 100755
--- a/setup.py
+++ b/setup.py
@@ -30,10 +30,10 @@ class MSDInstallData(install_data):
install_data.finalize_options(self)
setup(name = "msd",
- version = "0.2.1",
+ version = "0.3.0",
description = "Test DMP to demonstrate features of dleyna-server",
- author = "Mark Ryan",
- author_email = "mark.d.ryan@intel.com",
+ author = "Richard S. Bell",
+ author_email = "richard.s.bell@intel.com",
url = "https://01.org/dleyna/about",
license = "http://www.gnu.org/licenses/lgpl-2.1.html",
scripts = ['src/dleyna-control.py'],