diff --git a/CHANGES.md b/CHANGES.md index 7f28b9a8..24e52005 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,4 +1,7 @@ -# Changes since latest release # +# Flent v1.3.0 # +Released on 2019-07-09. + +Note that this will be the last release with Python 2 support! Changes since v1.2.2 include: diff --git a/doc/conf.py b/doc/conf.py index 07d2a923..c371b3ef 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 = '1.2.2-git' +version = '1.3.0' # # 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 9b019098..82d1274a 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 = "1.2.2-git" +VERSION = "1.3.0" DATA_DIR = os.path.dirname(__file__) ENCODING = "UTF-8" diff --git a/man/flent.1 b/man/flent.1 index 75f53265..b5438081 100644 --- a/man/flent.1 +++ b/man/flent.1 @@ -1,6 +1,6 @@ .\" Man page generated from reStructuredText. . -.TH "FLENT" "1" "April 17, 2018" "1.2.2-git" "Flent: The FLExible Network Tester" +.TH "FLENT" "1" "July 09, 2019" "1.3.0" "Flent: The FLExible Network Tester" .SH NAME flent \- Flent: The FLExible Network Tester . diff --git a/packaging/archlinux/PKGBUILD b/packaging/archlinux/PKGBUILD index ed0c7abf..91a0e82e 100644 --- a/packaging/archlinux/PKGBUILD +++ b/packaging/archlinux/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Toke Høiland-Jørgensen pkgname=flent -pkgver=1.2.2 +pkgver=1.3.0 pkgrel=1 pkgdesc='The FLExible Network Tester.' arch=('any') @@ -15,7 +15,7 @@ optdepends=( 'python-pyqt5: for the GUI' ) source=(https://files.pythonhosted.org/packages/source/f/flent/flent-${pkgver}.tar.gz{,.asc}) -sha256sums=('4bbab5be36ae0d73ad47638be324a881643d229bfff713d74d29ff6cc6a42b7e' +sha256sums=('a7111e975aa77ef45fd63a264e0d49b352cbb4a9e69f83674c4dc207623a2725' 'SKIP') validpgpkeys=('DE6162B5616BA9C9CAAC03074A55C497F744F705') diff --git a/packaging/rpm/flent.spec b/packaging/rpm/flent.spec index 0aa43ab6..0b318110 100644 --- a/packaging/rpm/flent.spec +++ b/packaging/rpm/flent.spec @@ -1,7 +1,7 @@ %global srcname flent Name: flent -Version: 1.2.2 +Version: 1.3.0 Release: 1%{?dist} Summary: FLExible Network Tester for bufferbloat testing and more @@ -86,5 +86,8 @@ appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/*.appdata.xml %doc doc/_build/html %changelog +* Tue Jul 9 2019 Toke Høiland-Jørgensen 1.3.0-1 +- Upstream release 1.3.0 + * Mon Jul 8 2019 Toke Høiland-Jørgensen 1.2.2-1 - Initial release