Skip to content

Commit 59b3afe

Browse files
committed
Release v1.2.2
Signed-off-by: Toke Høiland-Jørgensen <[email protected]>
1 parent 900a4d1 commit 59b3afe

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.2 #
2+
Released on 2018-04-17.
23

34
Changes since v1.2.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.2.1-git'
62+
version = '1.2.2'
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.1-git"
27+
VERSION = "1.2.2"
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" "April 16, 2018" "1.2.1-git" "Flent: The FLExible Network Tester"
3+
.TH "FLENT" "1" "April 17, 2018" "1.2.2" "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.1
4+
pkgver=1.2.2
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=('5ffe086098fec5d4f753aed5d808d3aa020aff55cf6b38ff987f3ef8e5d108b7'
18+
sha256sums=('4bbab5be36ae0d73ad47638be324a881643d229bfff713d74d29ff6cc6a42b7e'
1919
'SKIP')
2020
validpgpkeys=('DE6162B5616BA9C9CAAC03074A55C497F744F705')
2121

0 commit comments

Comments
 (0)