From 46e21dd604b00ff253c4c14df0ce9614a62229c9 Mon Sep 17 00:00:00 2001 From: Rick Bell Date: Thu, 28 Sep 2017 21:34:50 -0700 Subject: [Officail Release] Version 0.3.0 --- ChangeLog | 2 +- setup.py | 2 +- 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", -- cgit v1.2.1