summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rwxr-xr-xsetup.py2
2 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 3901e4b..6bfb92f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+version 0.1.0
+ - Prepare for first stable branch
+
version 0.0.1
- Initial version of dleyna-control
diff --git a/setup.py b/setup.py
index 9078c8a..cab9d31 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.0.2",
+ version = "0.1.0",
description = "Test DMP to demonstrate features of dleyna-server",
author = "Mark Ryan",
author_email = "mark.d.ryan@intel.com",