summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRick Bell <richard.s.bell@intel.com>2017-09-28 21:34:50 -0700
committerRick Bell <richard.s.bell@intel.com>2017-09-28 21:34:50 -0700
commit46e21dd604b00ff253c4c14df0ce9614a62229c9 (patch)
tree2d45fa13713aaa5aee6ded19326250d74f9688f2
parent2ff2cff0201555f6f9cf3d584b5398725bdbefa0 (diff)
downloaddleyna-control-46e21dd604b00ff253c4c14df0ce9614a62229c9.tar.gz
[Officail Release] Version 0.3.0v0.3.0
-rw-r--r--ChangeLog2
-rwxr-xr-xsetup.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 5212c65..0cf1e41 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,10 +1,10 @@
version 0.3.0
+ - Change publish_object() signature
- script to launch app without proxy setting
- allow for command line args
- Changed the Copyright to 2017
version 0.2.0
- - Change publish_object() signature
- Accept content type "Music"
- Partial fix for bug #38 - dleyna control crash
https://github.com/01org/dleyna-control/issues/38
diff --git a/setup.py b/setup.py
index 5df4606..5e963af 100755
--- a/setup.py
+++ b/setup.py
@@ -30,7 +30,7 @@ class MSDInstallData(install_data):
install_data.finalize_options(self)
setup(name = "msd",
- version = "0.4.0",
+ version = "0.3.0",
description = "Test DMP to demonstrate features of dleyna-server",
author = "Richard S. Bell",
author_email = "richard.s.bell@intel.com",