Skip to content

Commit df1a5df

Browse files
committed
Release v1.2.0
Signed-off-by: Toke Høiland-Jørgensen <[email protected]>
1 parent 2ed1224 commit df1a5df

File tree

5 files changed

+16
-6
lines changed

5 files changed

+16
-6
lines changed

CHANGES.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
# Changes since latest release #
1+
# Flent v1.2.0 #
2+
Released on 2018-02-06.
23

34
Changes since v1.1.1 include:
45

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
# The version info for the project you're documenting, acts as replacement for
6060
# |version| and |release|, also used in various other places throughout the
6161
# built documents.
62-
version = '1.1.1-git'
62+
version = '1.2.0'
6363
#
6464
# The short X.Y version.
6565
# The full version, including alpha/beta/rc tags.

flent/build_info.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
import os
2525

2626
# this value works for the source distribution
27-
VERSION = "1.1.1-git"
27+
VERSION = "1.2.0"
2828
DATA_DIR = os.path.dirname(__file__)
2929

3030
ENCODING = "UTF-8"

man/flent.1

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.\" Man page generated from reStructuredText.
22
.
3-
.TH "FLENT" "1" "November 15, 2017" "1.1.1-git" "Flent: The FLExible Network Tester"
3+
.TH "FLENT" "1" "February 06, 2018" "1.2.0" "Flent: The FLExible Network Tester"
44
.SH NAME
55
flent \- Flent: The FLExible Network Tester
66
.
@@ -567,6 +567,15 @@ supported.
567567
.UNINDENT
568568
.INDENT 0.0
569569
.TP
570+
.B \-\-override\-colour\-mode=MODE
571+
Override colour_mode attribute. This changes the way colours are
572+
assigned to bar plots. The default is ‘groups’ which assigns a separate
573+
colour to each group of data series. The alternative is ‘series’ which
574+
assigns a separate colour to each series, repeating them for each data
575+
group.
576+
.UNINDENT
577+
.INDENT 0.0
578+
.TP
570579
.B \-\-override\-group\-by=GROUP
571580
Override the \fBgroup_by\fP setting for combination plots. This is useful to,
572581
for instance, switch to splitting up combined data sets by batch run instead

packaging/archlinux/PKGBUILD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Maintainer: Toke Høiland-Jørgensen <toke at toke dot dk>
22

33
pkgname=flent
4-
pkgver=1.1.1
4+
pkgver=1.2.0
55
pkgrel=1
66
pkgdesc='The FLExible Network Tester.'
77
arch=('any')
@@ -15,7 +15,7 @@ optdepends=(
1515
'python-pyqt5: for the GUI'
1616
)
1717
source=(https://files.pythonhosted.org/packages/source/f/flent/flent-${pkgver}.tar.gz{,.asc})
18-
sha256sums=('ab2d907d407356892d6ee5dccb16bcbc766a6f37731a902acd7a8b9439b872d5'
18+
sha256sums=('95b19f223cc3e0540c1ab590a132690a83df77ee03a6ed99364a97df5a1e3383'
1919
'SKIP')
2020
validpgpkeys=('DE6162B5616BA9C9CAAC03074A55C497F744F705')
2121

0 commit comments

Comments
 (0)