Skip to content

Commit

Permalink
Release v1.3.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 Jul 9, 2019
1 parent b7dc0b0 commit a139e6a
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 7 deletions.
5 changes: 4 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -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:

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.2.2-git'
version = '1.3.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.2.2-git"
VERSION = "1.3.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 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
.
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.2.2
pkgver=1.3.0
pkgrel=1
pkgdesc='The FLExible Network Tester.'
arch=('any')
Expand All @@ -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')

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.2.2
Version: 1.3.0
Release: 1%{?dist}
Summary: FLExible Network Tester for bufferbloat testing and more

Expand Down Expand Up @@ -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 <[email protected]> 1.3.0-1
- Upstream release 1.3.0

* Mon Jul 8 2019 Toke Høiland-Jørgensen <[email protected]> 1.2.2-1
- Initial release

0 comments on commit a139e6a

Please sign in to comment.