Skip to content

Commit

Permalink
Included asciinema
Browse files Browse the repository at this point in the history
  • Loading branch information
Nekmo committed Jun 3, 2016
1 parent 6cd9f47 commit 3b27495
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
2 changes: 2 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
include LICENSE
include tox.ini
include requirements.txt
include sma-template.ini
recursive-include alerts *.py *.sh
Expand Down
6 changes: 6 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,12 @@ Available monitors:
- **Network**: ping, [port, dynamic ip].
- **Others**: [Log monitor, google cloud print]

Screencast
==========

.. image:: https://asciinema.org/a/ez93g4bewogf6wss7bxxnc5tz.png
:target: https://asciinema.org/a/ez93g4bewogf6wss7bxxnc5tz


3-Step Quick Start Guide
========================
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.2.1
current_version = 0.2.2

[metadata]
description-file = README.rst
Expand Down
2 changes: 1 addition & 1 deletion simple_monitor_alert/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.2.1'
__version__ = '0.2.2'

0 comments on commit 3b27495

Please sign in to comment.