diff --git a/CHANGES.md b/CHANGES.md index 21a8e4e8..07e080aa 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,4 +1,5 @@ -# Changes since latest release # +# Flent v2.0.1 # +Released on 2021-06-24. Changes since v2.0.0 include: diff --git a/doc/conf.py b/doc/conf.py index 0dfe799d..0b61b91b 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -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 = '2.0.0-git' +version = '2.0.1' # # The short X.Y version. # The full version, including alpha/beta/rc tags. diff --git a/flent/build_info.py b/flent/build_info.py index 185a0f9f..238933d8 100644 --- a/flent/build_info.py +++ b/flent/build_info.py @@ -24,7 +24,7 @@ import os # this value works for the source distribution -VERSION = "2.0.0-git" +VERSION = "2.0.1" DATA_DIR = os.path.dirname(__file__) ENCODING = "UTF-8" diff --git a/man/flent.1 b/man/flent.1 index 878cd5b3..46045f48 100644 --- a/man/flent.1 +++ b/man/flent.1 @@ -1,6 +1,6 @@ .\" Man page generated from reStructuredText. . -.TH "FLENT" "1" "June 08, 2021" "2.0.0-git" "Flent: The FLExible Network Tester" +.TH "FLENT" "1" "June 24, 2021" "2.0.1" "Flent: The FLExible Network Tester" .SH NAME flent \- Flent: The FLExible Network Tester . diff --git a/packaging/archlinux/PKGBUILD b/packaging/archlinux/PKGBUILD index d680ef2e..730778fc 100644 --- a/packaging/archlinux/PKGBUILD +++ b/packaging/archlinux/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Toke Høiland-Jørgensen pkgname=flent -pkgver=2.0.0 +pkgver=2.0.1 pkgrel=1 pkgdesc='The FLExible Network Tester.' arch=('any') @@ -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=('8a9c33336f828b4e8621c59ae74e28c33b501a5ba074470041ff6aa897c15ce9' +sha256sums=('300a09938dc2b4a0463c9144626f25e0bd736fd47806a9444719fa024d671796' 'SKIP') validpgpkeys=('DE6162B5616BA9C9CAAC03074A55C497F744F705') diff --git a/packaging/rpm/flent.spec b/packaging/rpm/flent.spec index d702c2bf..faec0849 100644 --- a/packaging/rpm/flent.spec +++ b/packaging/rpm/flent.spec @@ -1,7 +1,7 @@ %global srcname flent Name: flent -Version: 2.0.0 +Version: 2.0.1 Release: 1%{?dist} Summary: FLExible Network Tester for bufferbloat testing and more @@ -86,6 +86,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/*.appdata.xml %doc doc/_build/html %changelog +* Thu Jun 24 2021 Toke Høiland-Jørgensen 2.0.1-1 +- Upstream release 2.0.1 + * Thu Jan 14 2021 Toke Høiland-Jørgensen 2.0.0-1 - Upstream release 2.0.0