From edf7c70c9e186c7c397c96e0963d445c1fbb16ee Mon Sep 17 00:00:00 2001
From: Konrad Mohrfeldt <mohrfeldt@silicann.com>
Date: Thu, 27 Jun 2019 13:29:27 +0200
Subject: [PATCH] Bump version: 1.0.0 -> 1.1.0

---
 .bumpversion.cfg     | 2 +-
 VERSION              | 2 +-
 debian/changelog     | 6 ++++++
 pipedput/__init__.py | 2 +-
 4 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/.bumpversion.cfg b/.bumpversion.cfg
index 2a5fbc7..a25cc56 100644
--- a/.bumpversion.cfg
+++ b/.bumpversion.cfg
@@ -1,5 +1,5 @@
 [bumpversion]
-current_version = 1.0.0
+current_version = 1.1.0
 
 [bumpversion:file:VERSION]
 
diff --git a/VERSION b/VERSION
index 3eefcb9..9084fa2 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.0.0
+1.1.0
diff --git a/debian/changelog b/debian/changelog
index 93bd691..b091a39 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+pipedput (1.1.0-1) unstable; urgency=medium
+
+  * New upstream release
+
+ -- Konrad Mohrfeldt <mohrfeldt@silicann.com>  Thu, 27 Jun 2019 13:29:27 +0200
+
 pipedput (1.0.0-1) unstable; urgency=medium
 
   * New upstream release
diff --git a/pipedput/__init__.py b/pipedput/__init__.py
index 1e5a605..9cff1bc 100644
--- a/pipedput/__init__.py
+++ b/pipedput/__init__.py
@@ -1 +1 @@
-VERSION = '1.0.0'
+VERSION = '1.1.0'
-- 
GitLab