File tree Expand file tree Collapse file tree 5 files changed +7
-6
lines changed Expand file tree Collapse file tree 5 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 1
- # Changes since latest release #
1
+ # Flent v1.2.2 #
2
+ Released on 2018-04-17.
2
3
3
4
Changes since v1.2.1 include:
4
5
Original file line number Diff line number Diff line change 59
59
# The version info for the project you're documenting, acts as replacement for
60
60
# |version| and |release|, also used in various other places throughout the
61
61
# built documents.
62
- version = '1.2.1-git '
62
+ version = '1.2.2 '
63
63
#
64
64
# The short X.Y version.
65
65
# The full version, including alpha/beta/rc tags.
Original file line number Diff line number Diff line change 24
24
import os
25
25
26
26
# this value works for the source distribution
27
- VERSION = "1.2.1-git "
27
+ VERSION = "1.2.2 "
28
28
DATA_DIR = os .path .dirname (__file__ )
29
29
30
30
ENCODING = "UTF-8"
Original file line number Diff line number Diff line change 1
1
.\" Man page generated from reStructuredText.
2
2
.
3
- .TH "FLENT" "1" "April 16 , 2018" "1.2.1-git " "Flent: The FLExible Network Tester"
3
+ .TH "FLENT" "1" "April 17 , 2018" "1.2.2 " "Flent: The FLExible Network Tester"
4
4
.SH NAME
5
5
flent \- Flent: The FLExible Network Tester
6
6
.
Original file line number Diff line number Diff line change 1
1
# Maintainer: Toke Høiland-Jørgensen <toke at toke dot dk>
2
2
3
3
pkgname=flent
4
- pkgver=1.2.1
4
+ pkgver=1.2.2
5
5
pkgrel=1
6
6
pkgdesc=' The FLExible Network Tester.'
7
7
arch=(' any' )
@@ -15,7 +15,7 @@ optdepends=(
15
15
' python-pyqt5: for the GUI'
16
16
)
17
17
source=(https://files.pythonhosted.org/packages/source/f/flent/flent-${pkgver} .tar.gz{,.asc})
18
- sha256sums=(' 5ffe086098fec5d4f753aed5d808d3aa020aff55cf6b38ff987f3ef8e5d108b7 '
18
+ sha256sums=(' 4bbab5be36ae0d73ad47638be324a881643d229bfff713d74d29ff6cc6a42b7e '
19
19
' SKIP' )
20
20
validpgpkeys=(' DE6162B5616BA9C9CAAC03074A55C497F744F705' )
21
21
You can’t perform that action at this time.
0 commit comments