Skip to content

Commit

Permalink
Release v1.2.0
Browse files Browse the repository at this point in the history
Signed-off-by: Toke Høiland-Jørgensen <[email protected]>
  • Loading branch information
tohojo committed Feb 6, 2018
1 parent 2ed1224 commit df1a5df
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 6 deletions.
3 changes: 2 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Changes since latest release #
# Flent v1.2.0 #
Released on 2018-02-06.

Changes since v1.1.1 include:

Expand Down
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion flent/build_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
11 changes: 10 additions & 1 deletion man/flent.1
Original file line number Diff line number Diff line change
@@ -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
.
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions packaging/archlinux/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Maintainer: Toke Høiland-Jørgensen <toke at toke dot dk>

pkgname=flent
pkgver=1.1.1
pkgver=1.2.0
pkgrel=1
pkgdesc='The FLExible Network Tester.'
arch=('any')
Expand All @@ -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')

Expand Down

0 comments on commit df1a5df

Please sign in to comment.