Skip to content

Commit

Permalink
Bump version to v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shortdudey123 committed Jun 4, 2015
1 parent 304f309 commit 970f073
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 1 deletion.
9 changes: 9 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
Release History
---------------

0.1.0 (2015-06-04)
^^^^^^^^^^^^^^^^^^

- Add add_marker
- Add add_roles_to_server
- Add delete_server
- Add support to ScoutAPI.__query_api for delete requests
- ScoutAPI is fully implemented!!!!!

0.0.3 (2015-06-03)
^^^^^^^^^^^^^^^^^^

Expand Down
9 changes: 9 additions & 0 deletions docs/source/HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
Release History
---------------

0.1.0 (2015-06-04)
^^^^^^^^^^^^^^^^^^

- Add add_marker
- Add add_roles_to_server
- Add delete_server
- Add support to ScoutAPI.__query_api for delete requests
- ScoutAPI is fully implemented!!!!!

0.0.3 (2015-06-03)
^^^^^^^^^^^^^^^^^^

Expand Down
2 changes: 1 addition & 1 deletion scout_api/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version_info = (0, 0, 3)
version_info = (0, 1, 0)
__version__ = '.'.join(str(v) for v in version_info)

0 comments on commit 970f073

Please sign in to comment.