Skip to content

Commit

Permalink
Increased version number
Browse files Browse the repository at this point in the history
  • Loading branch information
marcsolanas committed Jun 4, 2015
1 parent 84ba865 commit 9e354c0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
History
-------

0.2.0 (2015-06-04)
---------------------

* Added support for the new API, which includes metric deletion.

0.1.0 (2015-04-30)
---------------------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

setup(
name='cisco-zeus',
version='0.1.0',
version='0.2.0',
description="Python client for CiscoZeus.io. It allows a user to post/query logs and metrics using Zeus.",
long_description=readme + '\n\n' + history,
author="Marc Solanas Tarre",
Expand Down
2 changes: 1 addition & 1 deletion zeus/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@

__author__ = 'Marc Solanas Tarre'
__email__ = 'msolanas@cisco.com'
__version__ = '0.1.0'
__version__ = '0.2.0'

0 comments on commit 9e354c0

Please sign in to comment.