Skip to content

Commit

Permalink
Release v0.11.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
tohojo committed May 25, 2015
1 parent 013e8a9 commit 374e9be
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 7 deletions.
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="0.10.0-git"
VERSION="0.11.0"
DATA_DIR=os.path.normpath(os.path.join(os.path.dirname(__file__), '..'))

ENCODING = "UTF-8"
Expand Down
4 changes: 2 additions & 2 deletions man/flent.1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.TH FLENT "1" "May 2015" "Flent v0.10.0-git." "User Commands"
.TH FLENT "1" "May 2015" "Flent v0.11.0." "User Commands"
.SH NAME
Flent \- the FLExible Network Tester. Manual page for Flent v0.10.0-git
Flent \- the FLExible Network Tester. Manual page for Flent v0.11.0
.SH SYNOPSIS
.B flent
[\fIoptions\fR] \fI<host|test|input file \fR...\fI>\fR
Expand Down
4 changes: 2 additions & 2 deletions man/flent.1.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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=0.10.0
pkgver=0.11.0
pkgrel=1
pkgdesc='The FLExible Network Tester.'
arch=('any')
Expand All @@ -15,7 +15,7 @@ optdepends=(
'python-pyqt4: for the GUI'
)
source=("https://pypi.python.org/packages/source/f/flent/flent-${pkgver}.tar.gz")
sha1sums=('6825e4b23e3607b2174b77af84fc5f701c4c7042')
sha1sums=('f1bc45a15b40004f20f9916c84f4a1bc3508f74e')

package() {
cd "${srcdir}/${pkgname}-${pkgver}"
Expand Down
6 changes: 6 additions & 0 deletions packaging/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
flent (0.11.0-1) precise; urgency=low

* Bump to release 0.11.0.

-- Toke Høiland-Jørgensen <[email protected]> Mon, 25 May 2015 11:57:49 +0200

flent (0.10.0-1) precise; urgency=low

* Bump to release 0.10.0.
Expand Down

0 comments on commit 374e9be

Please sign in to comment.