Skip to content

Commit c0c19df

Browse files
committed
Release v1.2.1
Signed-off-by: Toke Høiland-Jørgensen <[email protected]>
1 parent d6664fa commit c0c19df

File tree

5 files changed

+7
-6
lines changed

5 files changed

+7
-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.1 #
2+
Released on 2018-03-28.
23

34
Changes since v1.2.0 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.2.0-git'
62+
version = '1.2.1'
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.2.0-git"
27+
VERSION = "1.2.1"
2828
DATA_DIR = os.path.dirname(__file__)
2929

3030
ENCODING = "UTF-8"

man/flent.1

Lines changed: 1 addition & 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" "March 28, 2018" "1.2.0-git" "Flent: The FLExible Network Tester"
3+
.TH "FLENT" "1" "March 28, 2018" "1.2.1" "Flent: The FLExible Network Tester"
44
.SH NAME
55
flent \- Flent: The FLExible Network Tester
66
.

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.2.0
4+
pkgver=1.2.1
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=('95b19f223cc3e0540c1ab590a132690a83df77ee03a6ed99364a97df5a1e3383'
18+
sha256sums=('5ffe086098fec5d4f753aed5d808d3aa020aff55cf6b38ff987f3ef8e5d108b7'
1919
'SKIP')
2020
validpgpkeys=('DE6162B5616BA9C9CAAC03074A55C497F744F705')
2121

0 commit comments

Comments
 (0)