summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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",