From 2999f7366864751abb2c07c76db9289ece0a6c55 Mon Sep 17 00:00:00 2001 From: paspo Date: Thu, 29 Mar 2018 16:49:34 +0200 Subject: [PATCH] devel version bump - v0.1.2 --- APKBUILD | 2 +- openpdu | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/APKBUILD b/APKBUILD index a98b43c..2c0a0f7 100644 --- a/APKBUILD +++ b/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Paolo Asperti # Maintainer: Paolo Asperti pkgname=openpdu -pkgver=0.1.1 +pkgver=0.1.2 pkgrel=1 pkgdesc="OpenPDU project - main binary" url="https://github.com/openpdu/openpdu" diff --git a/openpdu b/openpdu index 4736ab1..42ff07f 100755 --- a/openpdu +++ b/openpdu @@ -11,7 +11,7 @@ import time import ConfigParser import json as JSON -VERSION = '0.1.1' +VERSION = '0.1.2' boardsDefaults = {'inverted':False} outletsDefaults = {'description': 'Generic outlet','startpower':False} _boards = []