mdt: Bump version and prep for the next release

Change-Id: Ia8cb5679fc628ebf112807408eadb268311cd498
diff --git a/debian/changelog b/debian/changelog
index 0ef0095..0019c75 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+mendel-development-tool (1.5.0) stable; urgency=medium
+
+  * Allow mdt to connect to device matching 192.168.10X.XXX.
+  * sshclient: Use the dumb terminal definition by default
+  * Bump version to 1.5.0 for next release
+
+ -- Coral <coral-support@google.com>  Thu, 17 Oct 2019 13:46:08 -0500
+
 mendel-development-tool (1.4.1-1) stable; urgency=medium
 
   * sshclient: Default to the dumb TERM type
diff --git a/mdt/__init__.py b/mdt/__init__.py
index d69fb04..0cbc05b 100644
--- a/mdt/__init__.py
+++ b/mdt/__init__.py
@@ -15,4 +15,4 @@
 '''
 
 
-__version__ = '1.4.1'
+__version__ = '1.5.0'
diff --git a/setup.py b/setup.py
index 38185e2..939cf47 100755
--- a/setup.py
+++ b/setup.py
@@ -11,7 +11,7 @@
 
 setup(
     name='mendel-development-tool',
-    version='1.4.1',
+    version='1.5.0',
     description='A command-line tool to manage Mendel Linux embedded systems',
     long_description=long_description,
     long_description_content_type='text/markdown',