Skip to content

Commit

Permalink
Release v1.3.2
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 Nov 26, 2019
1 parent ef6d879 commit be613fd
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 6 deletions.
9 changes: 9 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# Flent v1.3.2 #
Released on 2019-11-26.

This is a bugfix-only release of the 1.3 series of Flent.

Changes since v1.3.1 include:

- Fix 'make test' which broke from partial bugfix backport

# Flent v1.3.1 #
Released on 2019-11-26.

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.3.1'
version = '1.3.2'
#
# 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.3.1"
VERSION = "1.3.2"
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" "November 26, 2019" "1.3.1" "Flent: The FLExible Network Tester"
.TH "FLENT" "1" "November 26, 2019" "1.3.2" "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.1
pkgver=1.3.2
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=('4eff5fd364aadb791f9f56be16dfd45eda8e49090816f2958b05de086aab0567'
sha256sums=('43e04e8388242e69c1fb09ee4454ba181c09eef14fd354d1c0a651d97b2f46cc'
'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.1
Version: 1.3.2
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
* Tue Nov 26 2019 Toke Høiland-Jørgensen <[email protected]> 1.3.2-1
- Upstream release 1.3.2

* Tue Nov 26 2019 Toke Høiland-Jørgensen <[email protected]> 1.3.1-1
- Upstream release 1.3.1

Expand Down

0 comments on commit be613fd

Please sign in to comment.