Skip to content

Commit

Permalink
Release v0.4.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
tohojo committed Dec 17, 2012
1 parent fbf777a commit 2cb7d4d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
2012-12-17: Release v0.4.0.

2012-12-15: Add stats formatter (-f stats) to output statistics on results data sets.

2012-12-13: Fix bug that caused smoothing to add new data points at the ends of
Expand Down
2 changes: 1 addition & 1 deletion netperf_wrapper/build_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@
import os

# this value works for the source distribution
VERSION="0.3.0-git"
VERSION="0.4.0"
DATA_DIR=os.path.normpath(os.path.join(os.path.dirname(__file__), '..'))

0 comments on commit 2cb7d4d

Please sign in to comment.