diff --git a/CHANGES.md b/CHANGES.md index 93ffbe4e..c084bd39 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,4 +1,5 @@ -# Changes since latest release # +# Flent v1.2.0 # +Released on 2018-02-06. Changes since v1.1.1 include: diff --git a/doc/conf.py b/doc/conf.py index f0f5b9b2..1aaafdad 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -59,7 +59,7 @@ # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the # built documents. -version = '1.1.1-git' +version = '1.2.0' # # The short X.Y version. # The full version, including alpha/beta/rc tags. diff --git a/flent/build_info.py b/flent/build_info.py index 4828b2af..0dfe840e 100644 --- a/flent/build_info.py +++ b/flent/build_info.py @@ -24,7 +24,7 @@ import os # this value works for the source distribution -VERSION = "1.1.1-git" +VERSION = "1.2.0" DATA_DIR = os.path.dirname(__file__) ENCODING = "UTF-8" diff --git a/man/flent.1 b/man/flent.1 index c76080d1..c4ad7788 100644 --- a/man/flent.1 +++ b/man/flent.1 @@ -1,6 +1,6 @@ .\" Man page generated from reStructuredText. . -.TH "FLENT" "1" "November 15, 2017" "1.1.1-git" "Flent: The FLExible Network Tester" +.TH "FLENT" "1" "February 06, 2018" "1.2.0" "Flent: The FLExible Network Tester" .SH NAME flent \- Flent: The FLExible Network Tester . @@ -567,6 +567,15 @@ supported. .UNINDENT .INDENT 0.0 .TP +.B \-\-override\-colour\-mode=MODE +Override colour_mode attribute. This changes the way colours are +assigned to bar plots. The default is ‘groups’ which assigns a separate +colour to each group of data series. The alternative is ‘series’ which +assigns a separate colour to each series, repeating them for each data +group. +.UNINDENT +.INDENT 0.0 +.TP .B \-\-override\-group\-by=GROUP Override the \fBgroup_by\fP setting for combination plots. This is useful to, for instance, switch to splitting up combined data sets by batch run instead diff --git a/packaging/archlinux/PKGBUILD b/packaging/archlinux/PKGBUILD index c6e7295c..31adad2d 100644 --- a/packaging/archlinux/PKGBUILD +++ b/packaging/archlinux/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Toke Høiland-Jørgensen pkgname=flent -pkgver=1.1.1 +pkgver=1.2.0 pkgrel=1 pkgdesc='The FLExible Network Tester.' arch=('any') @@ -15,7 +15,7 @@ optdepends=( 'python-pyqt5: for the GUI' ) source=(https://files.pythonhosted.org/packages/source/f/flent/flent-${pkgver}.tar.gz{,.asc}) -sha256sums=('ab2d907d407356892d6ee5dccb16bcbc766a6f37731a902acd7a8b9439b872d5' +sha256sums=('95b19f223cc3e0540c1ab590a132690a83df77ee03a6ed99364a97df5a1e3383' 'SKIP') validpgpkeys=('DE6162B5616BA9C9CAAC03074A55C497F744F705')