Skip to content

Commit

Permalink
Version numbers and History file
Browse files Browse the repository at this point in the history
  • Loading branch information
jemassey committed Jun 17, 2016
1 parent b90968c commit 2932a81
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions HISTORY.md
@@ -1,6 +1,10 @@
History
-------

Version 0.1.0 - Jun 17 2016
---------------------------
* Change the way SUM is calculated for counter types. SUM will now be calculated as sum the input values instead of the sum of incremental updated counter value for each time period.

Version 0.0.8 - Jun 08 2016
---------------------------
* protect against memory starvation
Expand Down
2 changes: 1 addition & 1 deletion netuitive-statsd
Expand Up @@ -64,7 +64,7 @@ from setproctitle import setproctitle
import libs

# Constants
__version__ = "0.0.8"
__version__ = "0.1.0"
__author__ = "Netuitive, Inc."
__license__ = "Apache 2.0"

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

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

0 comments on commit 2932a81

Please sign in to comment.