packaging: Bump to version 1.4

Change-Id: I783a17e484dccf77c30050301f98985845d47d5e
diff --git a/debian/changelog b/debian/changelog
index 79b6c98..afed739 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+mendel-development-tool (1.4-1) stable; urgency=medium
+
+  * windows: Fix coding errors in the windows console
+
+ -- June Tate-Gans <jtgans@google.com>  Tue, 09 Jul 2019 13:26:00 -0700
+
 mendel-development-tool (1.3-1) stable; urgency=medium
 
   * pull: Mirror behavior with push
diff --git a/mdt/__init__.py b/mdt/__init__.py
index f81ad3d..44f2c5f 100644
--- a/mdt/__init__.py
+++ b/mdt/__init__.py
@@ -15,4 +15,4 @@
 '''
 
 
-__version__ = '1.3'
+__version__ = '1.4'
diff --git a/setup.py b/setup.py
index a45d6a2..2ed7408 100755
--- a/setup.py
+++ b/setup.py
@@ -11,7 +11,7 @@
 
 setup(
     name='mendel-development-tool',
-    version='1.3',
+    version='1.4',
     description='A command-line tool to manage Mendel Linux embedded systems',
     long_description=long_description,
     long_description_content_type='text/markdown',