Skip to content

Commit

Permalink
Release v2.0.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 Jan 14, 2021
1 parent 24be3da commit 23c1829
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 7 deletions.
7 changes: 6 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# Changes since latest release #
# Flent v2.0.0 #
Released on 2021-01-14.

This release drops support for Python 2 and Qt4, and associated older versions
of matplotlib. The major version bump is to signify this change; otherwise
consider this a (long overdue) regular incremental release over v1.3.0.

Changes since v1.3.0 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.9.9-git'
version = '2.0.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.9.9-git"
VERSION = "2.0.0"
DATA_DIR = os.path.dirname(__file__)

ENCODING = "UTF-8"
Expand Down
2 changes: 1 addition & 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" "April 29, 2020" "1.9.9-git" "Flent: The FLExible Network Tester"
.TH "FLENT" "1" "January 14, 2021" "2.0.0" "Flent: The FLExible Network Tester"
.SH NAME
flent \- Flent: The FLExible Network Tester
.
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.3.0
pkgver=2.0.0
pkgrel=1
pkgdesc='The FLExible Network Tester.'
arch=('any')
Expand All @@ -17,7 +17,7 @@ optdepends=(
'python-pyside2: for the GUI'
)
source=(https://files.pythonhosted.org/packages/source/f/flent/flent-${pkgver}.tar.gz{,.asc})
sha256sums=('a7111e975aa77ef45fd63a264e0d49b352cbb4a9e69f83674c4dc207623a2725'
sha256sums=('8a9c33336f828b4e8621c59ae74e28c33b501a5ba074470041ff6aa897c15ce9'
'SKIP')
validpgpkeys=('DE6162B5616BA9C9CAAC03074A55C497F744F705')

Expand Down
5 changes: 4 additions & 1 deletion packaging/rpm/flent.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
%global srcname flent

Name: flent
Version: 1.3.0
Version: 2.0.0
Release: 1%{?dist}
Summary: FLExible Network Tester for bufferbloat testing and more

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

%changelog
* Thu Jan 14 2021 Toke Høiland-Jørgensen <[email protected]> 2.0.0-1
- Upstream release 2.0.0

* Tue Jul 9 2019 Toke Høiland-Jørgensen <[email protected]> 1.3.0-1
- Upstream release 1.3.0

Expand Down

0 comments on commit 23c1829

Please sign in to comment.