Skip to content

Commit 3e71aca

Browse files
committed
Release v2.1.1
Signed-off-by: Toke Høiland-Jørgensen <[email protected]>
1 parent fa3a93d commit 3e71aca

File tree

6 files changed

+11
-7
lines changed

6 files changed

+11
-7
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 v2.1.1 #
2+
Released on 2022-11-02.
23

34
Changes since v2.1.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 = '2.1.0-git'
62+
version = '2.1.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 = "2.1.0-git"
27+
VERSION = "2.1.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
@@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
2727
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
2828
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
2929
..
30-
.TH "FLENT" "1" "November 02, 2022" "2.1.0-git" "Flent: The FLExible Network Tester"
30+
.TH "FLENT" "1" "November 02, 2022" "2.1.1" "Flent: The FLExible Network Tester"
3131
.SH NAME
3232
flent \- Flent: The FLExible Network Tester
3333
.SH INTRODUCTION

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=2.1.0
4+
pkgver=2.1.1
55
pkgrel=1
66
pkgdesc='The FLExible Network Tester.'
77
arch=('any')
@@ -15,7 +15,7 @@ optdepends=(
1515
'python-qtpy: for the GUI'
1616
)
1717
source=(https://files.pythonhosted.org/packages/source/f/flent/flent-${pkgver}.tar.gz{,.asc})
18-
sha256sums=('73194e4a364ea1b4b591fc0d86244b0ba63b3007b26a0cade21003e17dfc2a9e'
18+
sha256sums=('db581deac3d8099965dd0d8eee4b9c4d1857bdce5bc97790af9d3ed5b6554f73'
1919
'SKIP')
2020
validpgpkeys=('DE6162B5616BA9C9CAAC03074A55C497F744F705')
2121

packaging/rpm/flent.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
%global srcname flent
22

33
Name: flent
4-
Version: 2.1.0
4+
Version: 2.1.1
55
Release: 1%{?dist}
66
Summary: FLExible Network Tester for bufferbloat testing and more
77

@@ -86,6 +86,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/*.appdata.xml
8686
%doc doc/_build/html
8787

8888
%changelog
89+
* Wed Nov 2 2022 Toke Høiland-Jørgensen <[email protected]> 2.1.1-1
90+
- Upstream release 2.1.1
91+
8992
* Wed Nov 2 2022 Toke Høiland-Jørgensen <[email protected]> 2.1.0-1
9093
- Upstream release 2.1.0
9194

0 commit comments

Comments
 (0)