forked from OpenPDU/openpdu
devel version bump - v0.1.2
This commit is contained in:
parent
cf0195fd18
commit
2999f73668
2
APKBUILD
2
APKBUILD
@ -1,7 +1,7 @@
|
|||||||
# Contributor: Paolo Asperti <paolo@asperti.com>
|
# Contributor: Paolo Asperti <paolo@asperti.com>
|
||||||
# Maintainer: Paolo Asperti <paolo@asperti.com>
|
# Maintainer: Paolo Asperti <paolo@asperti.com>
|
||||||
pkgname=openpdu
|
pkgname=openpdu
|
||||||
pkgver=0.1.1
|
pkgver=0.1.2
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="OpenPDU project - main binary"
|
pkgdesc="OpenPDU project - main binary"
|
||||||
url="https://github.com/openpdu/openpdu"
|
url="https://github.com/openpdu/openpdu"
|
||||||
|
2
openpdu
2
openpdu
@ -11,7 +11,7 @@ import time
|
|||||||
import ConfigParser
|
import ConfigParser
|
||||||
import json as JSON
|
import json as JSON
|
||||||
|
|
||||||
VERSION = '0.1.1'
|
VERSION = '0.1.2'
|
||||||
boardsDefaults = {'inverted':False}
|
boardsDefaults = {'inverted':False}
|
||||||
outletsDefaults = {'description': 'Generic outlet','startpower':False}
|
outletsDefaults = {'description': 'Generic outlet','startpower':False}
|
||||||
_boards = []
|
_boards = []
|
||||||
|
Loading…
Reference in New Issue
Block a user