Skip to content

Commit

Permalink
0.2.1
Browse files Browse the repository at this point in the history
fix option to disable internal metrics
  • Loading branch information
shawnbutts committed Jul 26, 2016
1 parent 99e81a8 commit 741bc42
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.2.0
current_version = 0.2.1
commit = False
tag = False
files = setup.py netuitive-statsd
Expand Down
4 changes: 4 additions & 0 deletions HISTORY.md
@@ -1,6 +1,10 @@
History
-------

Version 0.2.1 - Jul 26 2016
---------------------------
* fix option to disable internal metrics

Version 0.2.0 - Jul 25 2016
---------------------------
* improve test performance
Expand Down
4 changes: 2 additions & 2 deletions netuitive-statsd
Expand Up @@ -7,7 +7,7 @@
[--prefix=<PREFIX>] [--hostname=<HOSTNAME>] [--pid_file=<PID>]
[--log_file=<LOG>] [--listen_ip=<LIP>] [--listen_port=<LPRT>]
[--forward_ip=<FIP>] [--forward_port=<FPRT>] [--forward]
[--log_level=<LEVEL>] [--nolog] [-no_internal_metrics]
[--log_level=<LEVEL>] [--nolog] [--no_internal_metrics]
<command>
<command>
Expand Down Expand Up @@ -64,7 +64,7 @@ from setproctitle import setproctitle
import libs

# Constants
__version__ = "0.2.0"
__version__ = "0.2.1"
__author__ = "Netuitive, Inc."
__license__ = "Apache 2.0"

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -12,7 +12,7 @@

setup(
name='netuitive_statsd',
version='0.2.0',
version='0.2.1',
description="Netuitive StatsD server",
long_description='Netuitive StatsD server\n',
author="Netuitive",
Expand Down

0 comments on commit 741bc42

Please sign in to comment.