setup: Bump version for the next release
Change-Id: Id7ccc707298c492ed2b6d666737af3550d14f0ef
diff --git a/debian/changelog b/debian/changelog
index 720aec0..319ecaf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+mendel-development-tool (1.2-1) stable; urgency=medium
+
+ * sshclient: Update the error message when a key push fails
+ * genkey: Add a warning and confirmation prompt
+ * get: Make get actually dump all the variables like the docs say
+ * pushkey: Fix comparisions for private keys
+
+ -- June Tate-Gans <jtgans@google.com> Wed, 17 Apr 2019 09:48:46 -0700
+
mendel-development-tool (1.1-1) stable; urgency=medium
* help: Make help verify the subcommand is actually a real subcommand
diff --git a/setup.py b/setup.py
index 5f207fb..f2fd2ad 100755
--- a/setup.py
+++ b/setup.py
@@ -11,7 +11,7 @@
setup(
name='mendel-development-tool',
- version='1.1',
+ version='1.2',
description='A command-line tool to manage Mendel Linux embedded systems',
long_description=long_description,
long_description_content_type='text/markdown',