From 70a7bff2f0db3ee0a32ed32c4604db055d5379d3 Mon Sep 17 00:00:00 2001 From: Joe Rickerby Date: Mon, 29 May 2017 21:06:57 +0100 Subject: [PATCH] Bump version --- root/DEBIAN/control | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/root/DEBIAN/control b/root/DEBIAN/control index 5798c3d..2857303 100644 --- a/root/DEBIAN/control +++ b/root/DEBIAN/control @@ -1,5 +1,5 @@ Package: tingbot-os -Version: 1.2.0 +Version: 1.2.1 Architecture: all Pre-Depends: python (>=2.7), python-pip, python-dev, git Depends: avahi-daemon, evtest, tslib, libts-bin, python-pygame, rsync, omxplayer, wiringpi, libsdl1.2debian (=1.2.15-5), python-zmq, python-imaging, libffi-dev, libssl-dev diff --git a/setup.cfg b/setup.cfg index a3b171b..17ad27f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.2.0 +current_version = 1.2.1 commit = True tag = True message = Bump version